Skip to content

Commit 487ca55

Browse files
[Auto] Update LeetCode README table
1 parent ac3a859 commit 487ca55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
125125
| 92. Reverse Linked List II | [🔗](https://leetcode.romitsagu.com/solutions/92/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Linked List |
126126
| 94. Binary Tree Inorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/94/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Stack, Tree, Depth-First Search, Binary Tree |
127127
| 96. Unique Binary Search Trees | [🔗](https://leetcode.romitsagu.com/solutions/96/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Dynamic Programming, Tree, Binary Search Tree, Binary Tree |
128+
| 97. Interleaving String | [🔗](https://leetcode.romitsagu.com/solutions/97/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | String, Dynamic Programming |
128129
| 98. Validate Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/98/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Tree, Depth-First Search, Binary Search Tree, Binary Tree |
129130
| 99. Recover Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/99/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Tree, Depth-First Search, Binary Search Tree, Binary Tree |
130131
| 100. Same Tree | [🔗](https://leetcode.romitsagu.com/solutions/100/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search, Binary Tree |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
121121
| 92. Reverse Linked List II | [🔗](https://leetcode.romitsagu.com/solutions/92/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Linked List |
122122
| 94. Binary Tree Inorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/94/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Stack, Tree, Depth-First Search, Binary Tree |
123123
| 96. Unique Binary Search Trees | [🔗](https://leetcode.romitsagu.com/solutions/96/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Tree, Binary Search Tree, Binary Tree |
124+
| 97. Interleaving String | [🔗](https://leetcode.romitsagu.com/solutions/97/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | String, Dynamic Programming |
124125
| 98. Validate Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/98/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Tree, Depth-First Search, Binary Search Tree, Binary Tree |
125126
| 99. Recover Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/99/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Tree, Depth-First Search, Binary Search Tree, Binary Tree |
126127
| 100. Same Tree | [🔗](https://leetcode.romitsagu.com/solutions/100/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |

0 commit comments

Comments
 (0)