Skip to content

Commit b2a8237

Browse files
[Auto] Update LeetCode README table
1 parent 081c009 commit b2a8237

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
101101
| 62. Unique Paths | [🔗](https://leetcode.romitsagu.com/solutions/62/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Dynamic Programming, Combinatorics |
102102
| 63. Unique Paths II | [🔗](https://leetcode.romitsagu.com/solutions/63/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Matrix |
103103
| 64. Minimum Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/64/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Matrix |
104+
| 66. Plus One | [🔗](https://leetcode.romitsagu.com/solutions/66/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Math |
104105
| 67. Add Binary | [🔗](https://leetcode.romitsagu.com/solutions/67/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, String, Bit Manipulation, Simulation |
105106
| 68. Text Justification | [🔗](https://leetcode.romitsagu.com/solutions/68/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, String, Simulation |
106107
| 69. Sqrtx | [🔗](https://leetcode.romitsagu.com/solutions/69/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Binary Search |
@@ -127,6 +128,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
127128
| 104. Maximum Depth Of Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/104/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
128129
| 105. Construct Binary Tree From Preorder And Inorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/105/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
129130
| 106. Construct Binary Tree From Inorder And Postorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/106/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
131+
| 108. Convert Sorted Array To Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/108/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Divide and Conquer, Tree, Binary Search Tree, Binary Tree |
130132
| 110. Balanced Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/110/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Binary Tree |
131133
| 111. Minimum Depth Of Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/111/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
132134
| 112. Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/112/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
@@ -136,6 +138,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
136138
| 116. Populating Next Right Pointers In Each Node | [🔗](https://leetcode.romitsagu.com/solutions/116/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
137139
| 117. Populating Next Right Pointers In Each Node II | [🔗](https://leetcode.romitsagu.com/solutions/117/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
138140
| 118. Pascals Triangle | [🔗](https://leetcode.romitsagu.com/solutions/118/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Dynamic Programming |
141+
| 119. Pascals Triangle II | [🔗](https://leetcode.romitsagu.com/solutions/119/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Dynamic Programming |
139142
| 120. Triangle | [🔗](https://leetcode.romitsagu.com/solutions/120/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming |
140143
| 121. Best Time To Buy And Sell Stock | [🔗](https://leetcode.romitsagu.com/solutions/121/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Dynamic Programming |
141144
| 122. Best Time To Buy And Sell Stock II | [🔗](https://leetcode.romitsagu.com/solutions/122/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Greedy |

Site_README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
9797
| 62. Unique Paths | [🔗](https://leetcode.romitsagu.com/solutions/62/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Combinatorics |
9898
| 63. Unique Paths II | [🔗](https://leetcode.romitsagu.com/solutions/63/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Matrix |
9999
| 64. Minimum Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/64/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Matrix |
100+
| 66. Plus One | [🔗](https://leetcode.romitsagu.com/solutions/66/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Math |
100101
| 67. Add Binary | [🔗](https://leetcode.romitsagu.com/solutions/67/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, String, Bit Manipulation, Simulation |
101102
| 68. Text Justification | [🔗](https://leetcode.romitsagu.com/solutions/68/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, String, Simulation |
102103
| 69. Sqrtx | [🔗](https://leetcode.romitsagu.com/solutions/69/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Binary Search |
@@ -123,6 +124,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
123124
| 104. Maximum Depth Of Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/104/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
124125
| 105. Construct Binary Tree From Preorder And Inorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/105/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
125126
| 106. Construct Binary Tree From Inorder And Postorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/106/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Divide and Conquer, Tree, Binary Tree |
127+
| 108. Convert Sorted Array To Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/108/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Divide and Conquer, Tree, Binary Search Tree, Binary Tree |
126128
| 110. Balanced Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/110/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Binary Tree |
127129
| 111. Minimum Depth Of Binary Tree | [🔗](https://leetcode.romitsagu.com/solutions/111/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
128130
| 112. Path Sum | [🔗](https://leetcode.romitsagu.com/solutions/112/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
@@ -132,6 +134,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
132134
| 116. Populating Next Right Pointers In Each Node | [🔗](https://leetcode.romitsagu.com/solutions/116/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
133135
| 117. Populating Next Right Pointers In Each Node II | [🔗](https://leetcode.romitsagu.com/solutions/117/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
134136
| 118. Pascals Triangle | [🔗](https://leetcode.romitsagu.com/solutions/118/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
137+
| 119. Pascals Triangle II | [🔗](https://leetcode.romitsagu.com/solutions/119/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
135138
| 120. Triangle | [🔗](https://leetcode.romitsagu.com/solutions/120/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming |
136139
| 121. Best Time To Buy And Sell Stock | [🔗](https://leetcode.romitsagu.com/solutions/121/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
137140
| 122. Best Time To Buy And Sell Stock II | [🔗](https://leetcode.romitsagu.com/solutions/122/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Greedy |

0 commit comments

Comments
 (0)