Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b2c54d

Browse files
authoredSep 16, 2019
Update README.md
1 parent 287e129 commit 7b2c54d

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
@@ -4,7 +4,7 @@
44
# leetcode-algorithm
55
|total|easy|medium|hard|
66
|:---:|:---:|:---:|:---:|
7-
|275|101|138|36|
7+
|276|101|138|37|
88
----
99
1. [Two Sum](https://github.com/assassint2017/leetcode-algorithm/tree/master/Two%20Sum)
1010
2. [Add Two Numbers](https://github.com/assassint2017/leetcode-algorithm/tree/master/Add%20Two%20Numbers)
@@ -216,6 +216,7 @@
216216
230. [Kth Smallest Element in a BST](https://github.com/assassint2017/leetcode-algorithm/tree/master/Kth%20Smallest%20Element%20in%20a%20BST)
217217
231. [Power of Two](https://github.com/assassint2017/leetcode-algorithm/tree/master/Power%20of%20Two)
218218
232. [Implement Queue using Stacks](https://github.com/assassint2017/leetcode-algorithm/tree/master/Implement%20Queue%20using%20Stacks)
219+
233. [Number of Digit One](https://github.com/assassint2017/leetcode-algorithm/tree/master/Number%20of%20Digit%20One)
219220
234. [Palindrome Linked List](https://github.com/assassint2017/leetcode-algorithm/tree/master/Palindrome%20Linked%20List)
220221
236. [Lowest Common Ancestor of a Binary Tree](https://github.com/assassint2017/leetcode-algorithm/tree/master/Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree)
221222
237. [Delete Node in a Linked List](https://github.com/assassint2017/leetcode-algorithm/tree/master/Delete%20Node%20in%20a%20Linked%20List)

0 commit comments

Comments
 (0)
Please sign in to comment.