Skip to content

Commit 930f364

Browse files
author
Li Li
committed
add 5 to notes
1 parent 52dd566 commit 930f364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
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: 79
6+
Total solved: 80
77

88
### top-interview-questions
99

1010
ID | Difficulty | Tags | Solution | Similar Problem
1111
-- | ---------- | ---- | -------- | ---------------
1212
2 | Medium | LinkedList, Math | [Add Two Numbers](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/2.%20Add%20Two%20Numbers.cs)
13+
5 | Medium | string | [Longest Palindromic Substring](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/5.%20Longest%20Palindromic%20Substring.cs)
1314
13 | Easy | String, Math | [Roman to Integer](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/13.%20Roman%20to%20Integer.cs)
1415
14 | Easy | String | [Longest Common Prefix](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/14.%20Longest%20Common%20Prefix.cs)
1516
38 | Easy | String | [Count and Say](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/top-interview-questions/38.%20Count%20and%20Say.cs)

0 commit comments

Comments
 (0)