Skip to content

Commit ea43ac1

Browse files
committed
update
1 parent 59bb768 commit ea43ac1

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Problem | Solution | Time | Space | Difficul
3232
[best-time-to-buy-and-sell-stock-iii.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/best-time-to-buy-and-sell-stock-iii.py
3333

3434

35+
##String
36+
Problem | Solution | Time | Space | Difficulty | Notes
37+
--------------- | --------------- | --------------- | --------------- | -------------- | -----
38+
[Add Binary] | [add-binary.py] | _O(n)_ | _O(1)_ | Easy |
39+
40+
[Add Binary]:https://oj.leetcode.com/problems/add-binary/
41+
[add-binary.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/add-binary.py
42+
43+
##Linked List
44+
Problem | Solution | Time | Space | Difficulty | Notes
45+
--------------- | --------------- | --------------- | --------------- | -------------- | -----
46+
[Add Two Numbers] | [add-two-numbers.py] | _O(n)_ | _O(1)_ | Normal |
47+
48+
[Add Two Numbers]:https://oj.leetcode.com/problems/add-two-numbers/
49+
[add-two-numbers.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/add-two-numbers.py
50+
3551
##Binary Search
3652

3753
Problem | Solution | Time | Space | Difficulty | Notes
@@ -43,6 +59,5 @@ Problem | Solution | Time | Space | Difficul
4359
[find-minimum-in-rotated-sorted-array.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/find-minimum-in-rotated-sorted-array.py
4460
[Search in Rotated Sorted Array II]:https://oj.leetcode.com/problems/search-in-rotated-sorted-array-ii/
4561
[find-minimum-in-rotated-sorted-array-ii.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/find-minimum-in-rotated-sorted-array-ii.py
46-
4762
===
4863
##Under Construction

0 commit comments

Comments
 (0)