You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
277
277
| 387. First Unique Character In A String |[🔗](https://leetcode.romitsagu.com/solutions/387/)|| Hash Table, String, Queue, Counting |
278
278
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)|| Hash Table, String, Bit Manipulation, Sorting |
279
279
| 392. Is Subsequence |[🔗](https://leetcode.romitsagu.com/solutions/392/)|| Two Pointers, String, Dynamic Programming |
280
+
| 396. Rotate Function |[🔗](https://leetcode.romitsagu.com/solutions/396/)|| Array, Math, Dynamic Programming |
| 541. Reverse String II |[🔗](https://leetcode.romitsagu.com/solutions/541/)|| Two Pointers, String |
331
333
| 543. Diameter Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/543/)|| Tree, Depth-First Search, Binary Tree |
Copy file name to clipboardExpand all lines: Site_README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
273
273
| 387. First Unique Character In A String |[🔗](https://leetcode.romitsagu.com/solutions/387/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Hash Table, String, Queue, Counting |
274
274
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Hash Table, String, Bit Manipulation, Sorting |
275
275
| 392. Is Subsequence |[🔗](https://leetcode.romitsagu.com/solutions/392/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Two Pointers, String, Dynamic Programming |
0 commit comments