File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
I will use this repository to make notes for leetcode solutions and classify the problems by different topics.
4
4
5
5
## Solved Problem List
6
- Total solved: 74
6
+ Total solved: 75
7
7
8
8
### top-interview-questions
9
9
10
- ID | Difficulty | Tags | Solution
11
- -- | ---------- | ---- | --------
10
+ ID | Difficulty | Tags | Solution | Similar Problem
11
+ -- | ---------- | ---- | -------- | ---------------
12
12
14 | Easy | String | [ Longest Common Prefix] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/14.%20Longest%20Common%20Prefix.cs )
13
13
38 | Easy | String | [ Count and Say] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/38.%20Count%20and%20Say.cs )
14
14
53 | Easy | Dynamic Programming, Divide and Conquer | [ Maximum Subarray] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/53.%20Maximum%20Subarray.cs )
15
+ 69 | Easy | Binary Search, Math | [ Sqrt(x)] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/69.%20Sqrt(x).cs ) | 367
15
16
70 | Easy | Dynamic Programming | [ Climbing Stairs] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/70.%20Climbing%20Stairs.cs )
16
17
101 | Easy | Tree | [ Symmetric Tree] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/101.%20Symmetric%20Tree.cs )
17
18
108 | Easy | Tree, DFS | [ Convert Sorted Array to Binary Search Tree] ( https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/108.%20Convert%20Sorted%20Array%20to%20Binary%20Search%20Tree.cs )
You can’t perform that action at this time.
0 commit comments