Skip to content

Commit bc66e66

Browse files
author
Li Li
committed
add 35 to solved table
1 parent 6a2d1a7 commit bc66e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 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 sort similar questions into the same group or category.
44

55
## Solved Problem List
6-
Total solved: 43
6+
Total solved: 44
77

88
### Algorithms Basics
99

@@ -88,7 +88,7 @@ ID | Difficulty | Tags | Solution
8888
136 | Easy | Bit Manipulation n | [Single Number](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/136.%20Single%20Number.cs)
8989
278 | Easy | Binary Search | [First Bad Version](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%206.%20Binary%20Search/278.%20First%20Bad%20Version.cs)
9090
374 | Easy | Binary Search | [Guess Number Higher or Lower(Current NO C# OJ Support)](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%206.%20Binary%20Search/374.%20Guess%20Number%20Higher%20or%20Lower.java)
91-
91+
35 | Easy | Binary Search | [Search Insert Position](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%206.%20Binary%20Search/35.%20Search%20Insert%20Position.cs)
9292

9393
## Other Topics
9494

0 commit comments

Comments
 (0)