Skip to content

Commit a45d17e

Browse files
author
Li Li
committed
add 231 and 342 to solved table
1 parent 782f753 commit a45d17e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

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

55
## Solved Problem List
6-
Total solved: 40
6+
Total solved: 42
77

88
### Algorithms Basics
99

@@ -78,6 +78,9 @@ ID | Difficulty | Tags | Solution
7878
136 | Easy | Bit Manipulation n | [Single Number](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/136.%20Single%20Number.cs)
7979
190 | Easy | Bit Manipulation n | [Reverse Bits](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/190.%20Reverse%20Bits.cs)
8080
191 | Easy | Bit Manipulation n | [Number of 1 Bits](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/191.%20Number%20of%201%20Bits.cs)
81+
231 | Easy | Bit Manipulation n | [Power of Two](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/231.%20Power%20of%20Two.cs)
82+
342 | Easy | Bit Manipulation n | [Power of Four](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%205.%20Bit%20Manipulation/342.%20Power%20of%20Four.cs)
83+
8184

8285

8386
## Other Topics

0 commit comments

Comments
 (0)