Angular + TS Tour of Heroes Tutorial @Component is a decorator function that specifies ...
Angular + TS Tour of Heroes Tutorial @Component is a decorator function that specifies ...
LeetCode 798. Smallest Rotation with Highest Score Kinda like DP, O(n) solution
Reading Angular QuickStart Angular QuickStart Notes ng add command typescript compile t...
AngularJS 1.5.0 use CDN: 1.5.0-rc.2 SampleController as sample syntax HTML input tag 'r...
Setup Visual Studio Code installed Github Desktop installed Git Bash installed
npm initin package.json
LeetCode 593 Valid Square This is a pure math problem. 110 Balanced Binary Tree I used ...
C# Dynamic Array use generic list List<T> Sort List by a Property LeetCode 217 Contains...
C# using statement is similar to Java import ArrayList is from System.Collections Dicti...
Start to learn C# Download book ".Net Book Zero" How to determine which versions and se...
This problem is the same as finding the longest common subsequence of two strings. Solu...
Solution I. BFS (Time: O(N^2)) Note: I used unordered_map here to easily erase entry by...
Submission Time 13ms Explanation First sort the array according to interval's start val...
Time O(n), Space O(n) O(n) O(1)
Algorithm Uses greedy algorithm: want to start with the pair with the smallest tail num...
How to show line number?编辑时碰到的问题,想要看到line numberXcode -> preference -> Text Editing How...