Skip to content

Commit 99a4872

Browse files
author
Li Li
committed
add 232 to solved table
1 parent b176f06 commit 99a4872

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,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: 36
6+
Total solved: 37
77

88
### Algorithms Basics
99

@@ -65,6 +65,7 @@ ID | Difficulty | Tags | Solution
6565
ID | Difficulty | Tags | Solution
6666
-- | ---------- | ---- | --------
6767
225 | Easy | Stack, Design | [Implement Stack using Queues](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%204.%20Stack%20and%20Queue/225.%20Implement%20Stack%20using%20Queues.cs)
68+
232 | Easy | Stack, Design | [Implement Queue using Stacks](https://github.com/kflili/LeetcodeCShaprDotNetCore/blob/master/Algorithms%20Basics/Chapter%204.%20Stack%20and%20Queue/232.%20Implement%20Queue%20using%20Stacks.cs)
6869

6970
## Other Topics
7071

0 commit comments

Comments
 (0)