Skip to content

Commit 4e1061a

Browse files
[Auto] Update LeetCode README table
1 parent 0c75b58 commit 4e1061a

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
@@ -211,6 +211,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
211211
| 407. Trapping Rain Water II | [🔗](https://leetcode.romitsagu.com/solutions/407/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Breadth-First Search, Heap (Priority Queue), Matrix |
212212
| 409. Longest Palindrome | [🔗](https://leetcode.romitsagu.com/solutions/409/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Hash Table, String, Greedy |
213213
| 410. Split Array Largest Sum | [🔗](https://leetcode.romitsagu.com/solutions/410/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Dynamic Programming, Greedy, Prefix Sum |
214+
| 417. Pacific Atlantic Water Flow | [🔗](https://leetcode.romitsagu.com/solutions/417/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Depth-First Search, Breadth-First Search, Matrix |
214215
| 421. Maximum Xor Of Two Numbers In An Array | [🔗](https://leetcode.romitsagu.com/solutions/421/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Bit Manipulation, Trie |
215216
| 436. Find Right Interval | [🔗](https://leetcode.romitsagu.com/solutions/436/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Binary Search, Sorting |
216217
| 441. Arranging Coins | [🔗](https://leetcode.romitsagu.com/solutions/441/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Binary Search |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
207207
| 407. Trapping Rain Water II | [🔗](https://leetcode.romitsagu.com/solutions/407/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Breadth-First Search, Heap (Priority Queue), Matrix |
208208
| 409. Longest Palindrome | [🔗](https://leetcode.romitsagu.com/solutions/409/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Hash Table, String, Greedy |
209209
| 410. Split Array Largest Sum | [🔗](https://leetcode.romitsagu.com/solutions/410/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Dynamic Programming, Greedy, Prefix Sum |
210+
| 417. Pacific Atlantic Water Flow | [🔗](https://leetcode.romitsagu.com/solutions/417/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Depth-First Search, Breadth-First Search, Matrix |
210211
| 421. Maximum Xor Of Two Numbers In An Array | [🔗](https://leetcode.romitsagu.com/solutions/421/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Bit Manipulation, Trie |
211212
| 436. Find Right Interval | [🔗](https://leetcode.romitsagu.com/solutions/436/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Binary Search, Sorting |
212213
| 441. Arranging Coins | [🔗](https://leetcode.romitsagu.com/solutions/441/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Binary Search |

0 commit comments

Comments
 (0)