Skip to content

Commit 50092f2

Browse files
Update README.md
1 parent 6f85cbf commit 50092f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# leetcode-algorithm
55
|total|easy|medium|hard|
66
|:---:|:---:|:---:|:---:|
7-
|296|109|150|37|
7+
|298|110|151|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)
@@ -263,6 +263,7 @@
263263
491. [Increasing Subsequences](https://github.com/assassint2017/leetcode-algorithm/tree/master/Increasing%20Subsequences)
264264
494. [Target Sum](https://github.com/assassint2017/leetcode-algorithm/tree/master/Target%20Sum)
265265
496. [Next Greater Element I](https://github.com/assassint2017/leetcode-algorithm/tree/master/Next%20Greater%20Element%20I)
266+
500. [Keyboard Row](https://github.com/assassint2017/leetcode-algorithm/tree/master/Keyboard%20Row)
266267
509. [Fibonacci Number](https://github.com/assassint2017/leetcode-algorithm/tree/master/Fibonacci%20Number)
267268
513. [Find Bottom Left Tree Value](https://github.com/assassint2017/leetcode-algorithm/tree/master/Find%20Bottom%20Left%20Tree%20Value)
268269
528. [Random Pick with Weight](https://github.com/assassint2017/leetcode-algorithm/tree/master/Random%20Pick%20with%20Weight)
@@ -315,6 +316,7 @@
315316
948. [Bag of Tokens](https://github.com/assassint2017/leetcode-algorithm/tree/master/Bag%20of%20Tokens)
316317
973. [K Closest Points to Origin](https://github.com/assassint2017/leetcode-algorithm/tree/master/K%20Closest%20Points%20to%20Origin)
317318
977. [Squares of a Sorted Array](https://github.com/assassint2017/leetcode-algorithm/tree/master/Squares%20of%20a%20Sorted%20Array)
319+
988. [Smallest String Starting From Leaf](https://github.com/assassint2017/leetcode-algorithm/tree/master/Smallest%20String%20Starting%20From%20Leaf)
318320
991. [Broken Calculator](https://github.com/assassint2017/leetcode-algorithm/tree/master/Broken%20Calculator)
319321
994. [Rotting Oranges](https://github.com/assassint2017/leetcode-algorithm/tree/master/Rotting%20Oranges)
320322
1038. [Binary Search Tree to Greater Sum Tree](https://github.com/assassint2017/leetcode-algorithm/tree/master/Binary%20Search%20Tree%20to%20Greater%20Sum%20Tree)

0 commit comments

Comments
 (0)