Skip to content

Commit 619c48c

Browse files
author
Li Li
committed
add 67 to notes
1 parent f11da9f commit 619c48c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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: 76
6+
Total solved: 77
77

88
### top-interview-questions
99

@@ -12,7 +12,8 @@ ID | Difficulty | Tags | Solution | Similar Problem
1212
14 | Easy | String | [Longest Common Prefix](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/14.%20Longest%20Common%20Prefix.cs)
1313
38 | Easy | String | [Count and Say](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/38.%20Count%20and%20Say.cs)
1414
53 | Easy | Dynamic Programming, Divide and Conquer | [Maximum Subarray](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/53.%20Maximum%20Subarray.cs)
15-
66 | Easy | Array, Math | [Plus One](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/66.%20Plus%20One.cs)
15+
66 | Easy | Array, Math | [Plus One](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/66.%20Plus%20One.cs) | 67
16+
67 | Easy | String, Math | [Add Binary](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/67.%20Add%20Binary.cs)
1617
69 | Easy | Binary Search, Math | [Sqrt(x)](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/69.%20Sqrt(x).cs) | 367
1718
70 | Easy | Dynamic Programming | [Climbing Stairs](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/70.%20Climbing%20Stairs.cs)
1819
101 | Easy | Tree | [Symmetric Tree](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/101.%20Symmetric%20Tree.cs)

0 commit comments

Comments
 (0)