Skip to content

Commit c117d31

Browse files
[Auto] Update LeetCode README table
1 parent de0af42 commit c117d31

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,22 +346,30 @@ If you want to use this project follow the steps [here](https://github.com/NineP
346346
| 747. Min Cost Climbing Stairs | [🔗](https://leetcode.romitsagu.com/solutions/747/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Dynamic Programming |
347347
| 748. Largest Number At Least Twice Of Others | [🔗](https://leetcode.romitsagu.com/solutions/748/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Sorting |
348348
| 749. Shortest Completing Word | [🔗](https://leetcode.romitsagu.com/solutions/749/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, String |
349+
| 767. Prime Number Of Set Bits In Binary Representation | [🔗](https://leetcode.romitsagu.com/solutions/767/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Math, Bit Manipulation |
349350
| 774. Maximum Depth Of N Ary Tree | [🔗](https://leetcode.romitsagu.com/solutions/774/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search |
350351
| 775. N Ary Tree Preorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/775/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Stack, Tree, Depth-First Search |
351352
| 776. N Ary Tree Postorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/776/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Stack, Tree, Depth-First Search |
353+
| 777. Toeplitz Matrix | [🔗](https://leetcode.romitsagu.com/solutions/777/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Matrix |
352354
| 778. Reorganize String | [🔗](https://leetcode.romitsagu.com/solutions/778/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Hash Table, String, Greedy, Sorting, Heap (Priority Queue), Counting |
355+
| 782. Jewels And Stones | [🔗](https://leetcode.romitsagu.com/solutions/782/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Hash Table, String |
353356
| 783. Search In A Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/783/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Binary Search Tree, Binary Tree |
354357
| 784. Insert Into A Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/784/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Tree, Binary Search Tree, Binary Tree |
355358
| 789. Kth Largest Element In A Stream | [🔗](https://leetcode.romitsagu.com/solutions/789/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Design, Binary Search Tree, Heap (Priority Queue), Binary Tree, Data Stream |
356359
| 792. Binary Search | [🔗](https://leetcode.romitsagu.com/solutions/792/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Binary Search |
357360
| 794. Swim In Rising Water | [🔗](https://leetcode.romitsagu.com/solutions/794/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Binary Search, Depth-First Search, Breadth-First Search, Union Find, Heap (Priority Queue), Matrix |
361+
| 799. Minimum Distance Between Bst Nodes | [🔗](https://leetcode.romitsagu.com/solutions/799/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Tree, Depth-First Search, Breadth-First Search, Binary Search Tree, Binary Tree |
358362
| 802. K Th Smallest Prime Fraction | [🔗](https://leetcode.romitsagu.com/solutions/802/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Two Pointers, Binary Search, Sorting, Heap (Priority Queue) |
359363
| 803. Cheapest Flights Within K Stops | [🔗](https://leetcode.romitsagu.com/solutions/803/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Dynamic Programming, Depth-First Search, Breadth-First Search, Graph, Heap (Priority Queue), Shortest Path |
364+
| 812. Rotate String | [🔗](https://leetcode.romitsagu.com/solutions/812/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | String, String Matching |
360365
| 816. Design Hashset | [🔗](https://leetcode.romitsagu.com/solutions/816/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, Linked List, Design, Hash Function |
361366
| 817. Design Hashmap | [🔗](https://leetcode.romitsagu.com/solutions/817/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, Linked List, Design, Hash Function |
367+
| 822. Unique Morse Code Words | [🔗](https://leetcode.romitsagu.com/solutions/822/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, String |
368+
| 824. Number Of Lines To Write String | [🔗](https://leetcode.romitsagu.com/solutions/824/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, String |
362369
| 826. Soup Servings | [🔗](https://leetcode.romitsagu.com/solutions/826/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Dynamic Programming, Probability and Statistics |
363370
| 829. Subdomain Visit Count | [🔗](https://leetcode.romitsagu.com/solutions/829/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, String, Counting |
364371
| 830. Largest Triangle Area | [🔗](https://leetcode.romitsagu.com/solutions/830/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Math, Geometry |
372+
| 837. Most Common Word | [🔗](https://leetcode.romitsagu.com/solutions/837/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Hash Table, String, Counting |
365373
| 867. New 21 Game | [🔗](https://leetcode.romitsagu.com/solutions/867/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Math, Dynamic Programming, Sliding Window, Probability and Statistics |
366374
| 874. Backspace String Compare | [🔗](https://leetcode.romitsagu.com/solutions/874/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Two Pointers, String, Stack, Simulation |
367375
| 879. Maximize Distance To Closest Person | [🔗](https://leetcode.romitsagu.com/solutions/879/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array |
@@ -434,6 +442,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
434442
| 2432. Number Of Zero Filled Subarrays | [🔗](https://leetcode.romitsagu.com/solutions/2432/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Math |
435443
| 2497. Maximum Matching Of Players With Trainers | [🔗](https://leetcode.romitsagu.com/solutions/2497/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Two Pointers, Greedy, Sorting |
436444
| 2529. Range Product Queries Of Powers | [🔗](https://leetcode.romitsagu.com/solutions/2529/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Bit Manipulation, Prefix Sum |
445+
| 2661. Smallest Missing Non Negative Integer After Operations | [🔗](https://leetcode.romitsagu.com/solutions/2661/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Math, Greedy |
437446
| 2689. Rearranging Fruits | [🔗](https://leetcode.romitsagu.com/solutions/2689/) | ![Hard](https://img.shields.io/badge/Difficulty-Hard-e05d44.svg) | Array, Hash Table, Greedy, Sort |
438447
| 2734. Array Prototype Last | [🔗](https://leetcode.romitsagu.com/solutions/2734/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | |
439448
| 2758. Check If Object Instance Of Class | [🔗](https://leetcode.romitsagu.com/solutions/2758/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | |

Site_README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,22 +342,30 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
342342
| 747. Min Cost Climbing Stairs | [🔗](https://leetcode.romitsagu.com/solutions/747/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
343343
| 748. Largest Number At Least Twice Of Others | [🔗](https://leetcode.romitsagu.com/solutions/748/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Sorting |
344344
| 749. Shortest Completing Word | [🔗](https://leetcode.romitsagu.com/solutions/749/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, String |
345+
| 767. Prime Number Of Set Bits In Binary Representation | [🔗](https://leetcode.romitsagu.com/solutions/767/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Math, Bit Manipulation |
345346
| 774. Maximum Depth Of N Ary Tree | [🔗](https://leetcode.romitsagu.com/solutions/774/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search |
346347
| 775. N Ary Tree Preorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/775/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Stack, Tree, Depth-First Search |
347348
| 776. N Ary Tree Postorder Traversal | [🔗](https://leetcode.romitsagu.com/solutions/776/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Stack, Tree, Depth-First Search |
349+
| 777. Toeplitz Matrix | [🔗](https://leetcode.romitsagu.com/solutions/777/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Matrix |
348350
| 778. Reorganize String | [🔗](https://leetcode.romitsagu.com/solutions/778/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Hash Table, String, Greedy, Sorting, Heap (Priority Queue), Counting |
351+
| 782. Jewels And Stones | [🔗](https://leetcode.romitsagu.com/solutions/782/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Hash Table, String |
349352
| 783. Search In A Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/783/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Binary Search Tree, Binary Tree |
350353
| 784. Insert Into A Binary Search Tree | [🔗](https://leetcode.romitsagu.com/solutions/784/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Tree, Binary Search Tree, Binary Tree |
351354
| 789. Kth Largest Element In A Stream | [🔗](https://leetcode.romitsagu.com/solutions/789/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Design, Binary Search Tree, Heap (Priority Queue), Binary Tree, Data Stream |
352355
| 792. Binary Search | [🔗](https://leetcode.romitsagu.com/solutions/792/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Binary Search |
353356
| 794. Swim In Rising Water | [🔗](https://leetcode.romitsagu.com/solutions/794/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Binary Search, Depth-First Search, Breadth-First Search, Union Find, Heap (Priority Queue), Matrix |
357+
| 799. Minimum Distance Between Bst Nodes | [🔗](https://leetcode.romitsagu.com/solutions/799/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Search Tree, Binary Tree |
354358
| 802. K Th Smallest Prime Fraction | [🔗](https://leetcode.romitsagu.com/solutions/802/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Binary Search, Sorting, Heap (Priority Queue) |
355359
| 803. Cheapest Flights Within K Stops | [🔗](https://leetcode.romitsagu.com/solutions/803/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Dynamic Programming, Depth-First Search, Breadth-First Search, Graph, Heap (Priority Queue), Shortest Path |
360+
| 812. Rotate String | [🔗](https://leetcode.romitsagu.com/solutions/812/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | String, String Matching |
356361
| 816. Design Hashset | [🔗](https://leetcode.romitsagu.com/solutions/816/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, Linked List, Design, Hash Function |
357362
| 817. Design Hashmap | [🔗](https://leetcode.romitsagu.com/solutions/817/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, Linked List, Design, Hash Function |
363+
| 822. Unique Morse Code Words | [🔗](https://leetcode.romitsagu.com/solutions/822/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, String |
364+
| 824. Number Of Lines To Write String | [🔗](https://leetcode.romitsagu.com/solutions/824/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, String |
358365
| 826. Soup Servings | [🔗](https://leetcode.romitsagu.com/solutions/826/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Probability and Statistics |
359366
| 829. Subdomain Visit Count | [🔗](https://leetcode.romitsagu.com/solutions/829/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, String, Counting |
360367
| 830. Largest Triangle Area | [🔗](https://leetcode.romitsagu.com/solutions/830/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Math, Geometry |
368+
| 837. Most Common Word | [🔗](https://leetcode.romitsagu.com/solutions/837/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Hash Table, String, Counting |
361369
| 867. New 21 Game | [🔗](https://leetcode.romitsagu.com/solutions/867/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Math, Dynamic Programming, Sliding Window, Probability and Statistics |
362370
| 874. Backspace String Compare | [🔗](https://leetcode.romitsagu.com/solutions/874/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Two Pointers, String, Stack, Simulation |
363371
| 879. Maximize Distance To Closest Person | [🔗](https://leetcode.romitsagu.com/solutions/879/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array |
@@ -430,6 +438,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
430438
| 2432. Number Of Zero Filled Subarrays | [🔗](https://leetcode.romitsagu.com/solutions/2432/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Math |
431439
| 2497. Maximum Matching Of Players With Trainers | [🔗](https://leetcode.romitsagu.com/solutions/2497/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Two Pointers, Greedy, Sorting |
432440
| 2529. Range Product Queries Of Powers | [🔗](https://leetcode.romitsagu.com/solutions/2529/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Bit Manipulation, Prefix Sum |
441+
| 2661. Smallest Missing Non Negative Integer After Operations | [🔗](https://leetcode.romitsagu.com/solutions/2661/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Math, Greedy |
433442
| 2689. Rearranging Fruits | [🔗](https://leetcode.romitsagu.com/solutions/2689/) | <span style="background-color:#ffffff1a; color:#f8615c; padding:2px 6px; border-radius:6px;">Hard</span> | Array, Hash Table, Greedy, Sort |
434443
| 2734. Array Prototype Last | [🔗](https://leetcode.romitsagu.com/solutions/2734/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | |
435444
| 2758. Check If Object Instance Of Class | [🔗](https://leetcode.romitsagu.com/solutions/2758/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | |

0 commit comments

Comments
 (0)