Skip to content

Commit 59ce74b

Browse files
author
Li Li
committed
add 236 to notes
1 parent 541c5ed commit 59ce74b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
I will use this repository to make notes for leetcode solutions and classify the problems by different topics.
44

55
## Solved Problem List
6-
Total solved: 91
6+
Total solved: 92
77

88
### microsoft-labed
99
ID | Difficulty | Tags | Solution | Similar Problem
@@ -14,6 +14,8 @@ ID | Difficulty | Tags | Solution | Similar Problem
1414
54 | Medium | Array | [Spiral Matrix](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/54.%20Spiral%20Matrix.cs)
1515
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)
1616
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)
18+
1719

1820
### top-interview-questions
1921

0 commit comments

Comments
 (0)