Leetcode Question Description | # | Algorithm |
---|---|---|
Next Permutation | 31 | Single pass approach |
LRU Cache | 146 | Dqueue |
Sort Characters By Frequency | 451 | Single pass approach |
Majority Element | 169 | Single pass approach |
Cousins in Binary Tree | 993 | Depth First Search |
Spiral Matrix | 54 | Single pass approach |
Binary Tree Inorder Traversal | 94 | Iterating using Stack |
Longest Increasing Path in a Matrix | 329 | Topological Sort (matrix) |
Flood Fill | 733 | Depth First Search (matrix) |
Find the town judge | 997 | Single pass approach |
Remove K Digits | 402 | Stack approach |
Search in Rotated Sorted Array | 33 | Binary Search |
Merge Sorted Array | 88 | iterate in place merge |
Implement Trie (Prefix Tree) | 208 | Trie tree |
Kth Smallest Element in a BST | 230 | Iteration through stack |
Online Stock Span | 901 | Iteration using weighted stack |
Permutation in a string | 567 | Sliding window |
Convert Sorted List to Binary Search Tree | 109 | recursive in-order |
Top K Frequent Elements | 347 | Min Heap |
Interval List Intersections | 986 | merge intervals |
Construct Binary Search Tree from Preorder Traversal | 1008 | recursive |
Find Largest Value in Each Tree Row | 515 | Queue |
Edit Distance | 72 | Dynamic Programming |
Longest Increasing Subsequence | 300 | Dynamic Programming with Binary Search |
Meetings rooms II | 253 | Min Heap |
Cheapest Flights Within K Stops | 787 | BFS |
Snapshot Array | 1146 | Array with binary search |
Serialize and Deserialize Binary Tree | 297 | Queue |
Design Circular Queue | 622 | array |
Fibonacci Number | 509 | Iterative top down |
monotonic-array | 896 | Single pass |
Trapping Rain Water | 42 | Dynamic Programming |
Reorganize String | 767 | max Heap |
Redundant Connection | 684 | depth first search |
Search a 2D Matrix II | 240 | binary search |
Search 2D Matrix | 74 | binary search |
Find Distance in a Binary Tree | 1740 | DFS |
Word Search II | 212 | trie + backtracking |
Word Search | 79 | depth first search |
Delete the Middle Node of a Linked List | 2095 | fast & slow pointer |
-
Notifications
You must be signed in to change notification settings - Fork 1
Manish927/Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Never Ending Leetcode Q's
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published