Category: Algorithm
-
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
-
Design Search Autocomplete System
Problem https://leetcode.com/problems/design-search-autocomplete-system/description/ Solution
-
Implement Trie (Prefix Tree)
Problem https://leetcode.com/explore/learn/card/trie/147/basic-operations/1047/ Solution
-
Longest Substring Without Repeating Characters
Problem https://leetcode.com/explore/interview/card/leetcodes-interview-crash-course-data-structures-and-algorithms/705/hashing/4690/ Solution
-
Minimum Consecutive Cards to Pick Up
Problem https://leetcode.com/problems/minimum-consecutive-cards-to-pick-up/description/ Solution
