Skip to content

Commit 9676911

Browse files
[Auto] Update LeetCode README table
1 parent f7ba505 commit 9676911

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
@@ -498,6 +498,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
498498
| 1612. Avoid Flood In The City | [🔗](https://leetcode.romitsagu.com/solutions/1612/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Binary Search, Greedy, Heap (Priority Queue) |
499499
| 1619. Path Crossing | [🔗](https://leetcode.romitsagu.com/solutions/1619/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Hash Table, String |
500500
| 1628. Count Submatrices With All Ones | [🔗](https://leetcode.romitsagu.com/solutions/1628/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming, Stack, Matrix, Monotonic Stack |
501+
| 1630. Count Odd Numbers In An Interval Range | [🔗](https://leetcode.romitsagu.com/solutions/1630/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math |
501502
| 1633. Minimum Number Of Increments On Subarrays To Form A Target Array | [🔗](https://leetcode.romitsagu.com/solutions/1633/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Dynamic Programming, Stack, Greedy, Monotonic Stack |
502503
| 1636. Number Of Substrings With Only 1s | [🔗](https://leetcode.romitsagu.com/solutions/1636/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, String |
503504
| 1642. Water Bottles | [🔗](https://leetcode.romitsagu.com/solutions/1642/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Simulation |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
494494
| 1612. Avoid Flood In The City | [🔗](https://leetcode.romitsagu.com/solutions/1612/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Binary Search, Greedy, Heap (Priority Queue) |
495495
| 1619. Path Crossing | [🔗](https://leetcode.romitsagu.com/solutions/1619/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Hash Table, String |
496496
| 1628. Count Submatrices With All Ones | [🔗](https://leetcode.romitsagu.com/solutions/1628/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Stack, Matrix, Monotonic Stack |
497+
| 1630. Count Odd Numbers In An Interval Range | [🔗](https://leetcode.romitsagu.com/solutions/1630/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math |
497498
| 1633. Minimum Number Of Increments On Subarrays To Form A Target Array | [🔗](https://leetcode.romitsagu.com/solutions/1633/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming, Stack, Greedy, Monotonic Stack |
498499
| 1636. Number Of Substrings With Only 1s | [🔗](https://leetcode.romitsagu.com/solutions/1636/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, String |
499500
| 1642. Water Bottles | [🔗](https://leetcode.romitsagu.com/solutions/1642/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Simulation |

0 commit comments

Comments
 (0)