Category: Problems
-
Walls and Gates
Problem https://leetcode.com/problems/walls-and-gates/description/ Solution
-
Reorder Routes to Make All Paths Lead to the City Zero
Problem https://leetcode.com/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero/description/ Solution
-
Validate Binary Search Tree
Problem https://leetcode.com/problems/validate-binary-search-tree/description/ Solution
-
Minimum Absolute Difference in BST
Problem https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/ Solution
-
Diameter of Binary Tree
Problem https://leetcode.com/problems/diameter-of-binary-tree/description/ Solution
-
Palindrome Partitioning
Problem https://leetcode.com/problems/palindrome-partitioning/description/ Solution
-
Next Greater Element I
Problem https://leetcode.com/problems/next-greater-element-i/description/ Solution
-
Online Stock Span
Problem https://leetcode.com/problems/online-stock-span/description/ Solution
-
Swap Nodes in Pairs
Problem https://leetcode.com/problems/swap-nodes-in-pairs/description/ Solution – Iterative
-
Reverse Linked List II
Problem https://leetcode.com/problems/reverse-linked-list-ii/description/ Solution Pseudo Code – Reversing a linked list
