You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
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: 91
6
+
Total solved: 92
7
7
8
8
### microsoft-labed
9
9
ID | Difficulty | Tags | Solution | Similar Problem
@@ -14,6 +14,8 @@ ID | Difficulty | Tags | Solution | Similar Problem
14
14
54 | Medium | Array | [Spiral Matrix](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/54.%20Spiral%20Matrix.cs)
15
15
235 | Medium | BST | [Lowest Common Ancestor of a Binary Search Tree](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/235.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Search%20Tree.cs)
16
16
200 | Medium | BFS, DFS | [Number of Islands]https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/200.%20Number%20of%20Islands.cs()
17
+
236 | Medium | Tree | [Lowest Common Ancestor of a Binary Tree](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/236.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree.cs)
0 commit comments