Problem Relations Network¶
Problems and their related problems. Practice related problems together to reinforce patterns.
LeetCode 3 - Longest Substring Without Repeating Characters¶
π‘ Medium β Topics: string, hash_table, sliding_window
π View Solution
Related Problems¶
- LeetCode 0159 (metadata not yet added)
- π‘ LeetCode 340 - Longest Substring with At Most K Distinct Characters
- π΄ LeetCode 76 - Minimum Window Substring
- π‘ LeetCode 438 - Find All Anagrams in a String
- π‘ LeetCode 209 - Minimum Size Subarray Sum
- π‘ LeetCode 567 - Permutation in String
- LeetCode 0424 (metadata not yet added)
LeetCode 994 - Rotting Oranges¶
π‘ Medium β Topics: array, breadth_first_search, matrix
π View Solution
Related Problems¶
- LeetCode 0286 (metadata not yet added)
- LeetCode 0542 (metadata not yet added)
- LeetCode 0127 (metadata not yet added)
- LeetCode 0752 (metadata not yet added)
- LeetCode 1091 (metadata not yet added)
- LeetCode 0200 (metadata not yet added)
LeetCode 2 - Add Two Numbers¶
π‘ Medium β Topics: linked_list, math, recursion
π View Solution
Related Problems¶
- LeetCode 0043 (metadata not yet added)
- LeetCode 0067 (metadata not yet added)
- LeetCode 0371 (metadata not yet added)
- LeetCode 0415 (metadata not yet added)
- LeetCode 0445 (metadata not yet added)
LeetCode 76 - Minimum Window Substring¶
π΄ Hard β Topics: string, hash_table, sliding_window
π View Solution
Related Problems¶
- π‘ LeetCode 3 - Longest Substring Without Repeating Characters
- LeetCode 0030 (metadata not yet added)
- π‘ LeetCode 209 - Minimum Size Subarray Sum
- π‘ LeetCode 438 - Find All Anagrams in a String
- π‘ LeetCode 567 - Permutation in String
LeetCode 209 - Minimum Size Subarray Sum¶
π‘ Medium β Topics: array, binary_search, sliding_window
π View Solution
Related Problems¶
- π‘ LeetCode 3 - Longest Substring Without Repeating Characters
- π΄ LeetCode 76 - Minimum Window Substring
- LeetCode 0325 (metadata not yet added)
- LeetCode 0718 (metadata not yet added)
- LeetCode 0862 (metadata not yet added)
LeetCode 340 - Longest Substring with At Most K Distinct Characters¶
π‘ Medium β Topics: string, hash_table, sliding_window
π View Solution
Related Problems¶
- π‘ LeetCode 3 - Longest Substring Without Repeating Characters
- LeetCode 0159 (metadata not yet added)
- π΄ LeetCode 76 - Minimum Window Substring
- LeetCode 0424 (metadata not yet added)
- LeetCode 0904 (metadata not yet added)
LeetCode 1 - Two Sum¶
π’ Easy β Topics: array, hash_table
π View Solution
Related Problems¶
- π‘ LeetCode 15 - 3Sum
- LeetCode 0167 (metadata not yet added)
- LeetCode 0170 (metadata not yet added)
- LeetCode 0653 (metadata not yet added)
LeetCode 15 - 3Sum¶
π‘ Medium β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
- π’ LeetCode 1 - Two Sum
- π‘ LeetCode 16 - 3Sum Closest
- LeetCode 0018 (metadata not yet added)
- LeetCode 0167 (metadata not yet added)
LeetCode 23 - Merge k Sorted Lists¶
π΄ Hard β Topics: linked_list, divide_and_conquer, heap
π View Solution
Related Problems¶
- π’ LeetCode 21 - Merge Two Sorted Lists
- π΄ LeetCode 4 - Median of Two Sorted Arrays
- LeetCode 0378 (metadata not yet added)
- LeetCode 0264 (metadata not yet added)
LeetCode 438 - Find All Anagrams in a String¶
π‘ Medium β Topics: string, hash_table, sliding_window
π View Solution
Related Problems¶
- π‘ LeetCode 3 - Longest Substring Without Repeating Characters
- π΄ LeetCode 76 - Minimum Window Substring
- LeetCode 0242 (metadata not yet added)
- π‘ LeetCode 567 - Permutation in String
LeetCode 567 - Permutation in String¶
π‘ Medium β Topics: string, hash_table, two_pointers
π View Solution
Related Problems¶
- π‘ LeetCode 3 - Longest Substring Without Repeating Characters
- π΄ LeetCode 76 - Minimum Window Substring
- LeetCode 0242 (metadata not yet added)
- π‘ LeetCode 438 - Find All Anagrams in a String
LeetCode 4 - Median of Two Sorted Arrays¶
π΄ Hard β Topics: array, binary_search, divide_and_conquer
π View Solution
Related Problems¶
- π΄ LeetCode 23 - Merge k Sorted Lists
- π’ LeetCode 21 - Merge Two Sorted Lists
- π‘ LeetCode 215 - Kth Largest Element in an Array
LeetCode 11 - Container With Most Water¶
π‘ Medium β Topics: array, two_pointers, greedy
π View Solution
Related Problems¶
- LeetCode 0042 (metadata not yet added)
- π’ LeetCode 125 - Valid Palindrome
- LeetCode 0167 (metadata not yet added)
LeetCode 21 - Merge Two Sorted Lists¶
π’ Easy β Topics: linked_list, recursion
π View Solution
Related Problems¶
- π΄ LeetCode 23 - Merge k Sorted Lists
- π’ LeetCode 88 - Merge Sorted Array
- π’ LeetCode 977 - Squares of a Sorted Array
LeetCode 25 - Reverse Nodes in k-Group¶
π΄ Hard β Topics: linked_list, recursion
π View Solution
Related Problems¶
- LeetCode 0024 (metadata not yet added)
- LeetCode 0206 (metadata not yet added)
- LeetCode 0092 (metadata not yet added)
LeetCode 26 - Remove Duplicates from Sorted Array¶
π’ Easy β Topics: array, two_pointers
π View Solution
Related Problems¶
- π’ LeetCode 27 - Remove Element
- π‘ LeetCode 80 - Remove Duplicates from Sorted Array II
- π’ LeetCode 283 - Move Zeroes
LeetCode 125 - Valid Palindrome¶
π’ Easy β Topics: two_pointers, string
π View Solution
Related Problems¶
- π’ LeetCode 680 - Valid Palindrome II
- LeetCode 0005 (metadata not yet added)
- π’ LeetCode 125 - Valid Palindrome
LeetCode 16 - 3Sum Closest¶
π‘ Medium β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
- π‘ LeetCode 15 - 3Sum
- π’ LeetCode 1 - Two Sum
LeetCode 27 - Remove Element¶
π’ Easy β Topics: array, two_pointers
π View Solution
Related Problems¶
LeetCode 51 - N-Queens¶
π΄ Hard β Topics: array, backtracking
π View Solution
Related Problems¶
- LeetCode 0052 (metadata not yet added)
- LeetCode 0037 (metadata not yet added)
LeetCode 75 - Sort Colors¶
π‘ Medium β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
LeetCode 80 - Remove Duplicates from Sorted Array II¶
π‘ Medium β Topics: array, two_pointers
π View Solution
Related Problems¶
LeetCode 88 - Merge Sorted Array¶
π’ Easy β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
LeetCode 141 - Linked List Cycle¶
π’ Easy β Topics: linked_list, two_pointers, hash_table
π View Solution
Related Problems¶
LeetCode 142 - Linked List Cycle II¶
π‘ Medium β Topics: linked_list, two_pointers, hash_table
π View Solution
Related Problems¶
LeetCode 202 - Happy Number¶
π’ Easy β Topics: hash_table, math, two_pointers
π View Solution
Related Problems¶
LeetCode 215 - Kth Largest Element in an Array¶
π‘ Medium β Topics: array, divide_and_conquer, sorting
π View Solution
Related Problems¶
- LeetCode 0347 (metadata not yet added)
- LeetCode 0378 (metadata not yet added)
LeetCode 283 - Move Zeroes¶
π’ Easy β Topics: array, two_pointers
π View Solution
Related Problems¶
LeetCode 876 - Middle of the Linked List¶
π’ Easy β Topics: linked_list, two_pointers
π View Solution
Related Problems¶
LeetCode 905 - Sort Array By Parity¶
π’ Easy β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
LeetCode 922 - Sort Array By Parity II¶
π’ Easy β Topics: array, two_pointers
π View Solution
Related Problems¶
LeetCode 977 - Squares of a Sorted Array¶
π’ Easy β Topics: array, two_pointers, sorting
π View Solution
Related Problems¶
LeetCode 680 - Valid Palindrome II¶
π’ Easy β Topics: two_pointers, string, greedy
π View Solution