Skip to content

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

LeetCode 994 - Rotting Oranges

🟑 Medium β€” Topics: array, breadth_first_search, matrix

πŸ“ View Solution

  • 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

  • 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

LeetCode 209 - Minimum Size Subarray Sum

🟑 Medium β€” Topics: array, binary_search, sliding_window

πŸ“ View Solution

LeetCode 340 - Longest Substring with At Most K Distinct Characters

🟑 Medium β€” Topics: string, hash_table, sliding_window

πŸ“ View Solution

LeetCode 1 - Two Sum

🟒 Easy β€” Topics: array, hash_table

πŸ“ View Solution

  • 🟑 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

LeetCode 23 - Merge k Sorted Lists

πŸ”΄ Hard β€” Topics: linked_list, divide_and_conquer, heap

πŸ“ View Solution

LeetCode 438 - Find All Anagrams in a String

🟑 Medium β€” Topics: string, hash_table, sliding_window

πŸ“ View Solution

LeetCode 567 - Permutation in String

🟑 Medium β€” Topics: string, hash_table, two_pointers

πŸ“ View Solution

LeetCode 4 - Median of Two Sorted Arrays

πŸ”΄ Hard β€” Topics: array, binary_search, divide_and_conquer

πŸ“ View Solution

LeetCode 11 - Container With Most Water

🟑 Medium β€” Topics: array, two_pointers, greedy

πŸ“ View Solution

LeetCode 21 - Merge Two Sorted Lists

🟒 Easy β€” Topics: linked_list, recursion

πŸ“ View Solution

LeetCode 25 - Reverse Nodes in k-Group

πŸ”΄ Hard β€” Topics: linked_list, recursion

πŸ“ View Solution

  • 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

LeetCode 125 - Valid Palindrome

🟒 Easy β€” Topics: two_pointers, string

πŸ“ View Solution

LeetCode 16 - 3Sum Closest

🟑 Medium β€” Topics: array, two_pointers, sorting

πŸ“ View Solution

LeetCode 27 - Remove Element

🟒 Easy β€” Topics: array, two_pointers

πŸ“ View Solution

LeetCode 51 - N-Queens

πŸ”΄ Hard β€” Topics: array, backtracking

πŸ“ View Solution

  • LeetCode 0052 (metadata not yet added)
  • LeetCode 0037 (metadata not yet added)

LeetCode 75 - Sort Colors

🟑 Medium β€” Topics: array, two_pointers, sorting

πŸ“ View Solution

LeetCode 80 - Remove Duplicates from Sorted Array II

🟑 Medium β€” Topics: array, two_pointers

πŸ“ View Solution

LeetCode 88 - Merge Sorted Array

🟒 Easy β€” Topics: array, two_pointers, sorting

πŸ“ View Solution

LeetCode 141 - Linked List Cycle

🟒 Easy β€” Topics: linked_list, two_pointers, hash_table

πŸ“ View Solution

LeetCode 142 - Linked List Cycle II

🟑 Medium β€” Topics: linked_list, two_pointers, hash_table

πŸ“ View Solution

LeetCode 202 - Happy Number

🟒 Easy β€” Topics: hash_table, math, two_pointers

πŸ“ View Solution

LeetCode 215 - Kth Largest Element in an Array

🟑 Medium β€” Topics: array, divide_and_conquer, sorting

πŸ“ View Solution

  • LeetCode 0347 (metadata not yet added)
  • LeetCode 0378 (metadata not yet added)

LeetCode 283 - Move Zeroes

🟒 Easy β€” Topics: array, two_pointers

πŸ“ View Solution

LeetCode 876 - Middle of the Linked List

🟒 Easy β€” Topics: linked_list, two_pointers

πŸ“ View Solution

LeetCode 905 - Sort Array By Parity

🟒 Easy β€” Topics: array, two_pointers, sorting

πŸ“ View Solution

LeetCode 922 - Sort Array By Parity II

🟒 Easy β€” Topics: array, two_pointers

πŸ“ View Solution

LeetCode 977 - Squares of a Sorted Array

🟒 Easy β€” Topics: array, two_pointers, sorting

πŸ“ View Solution

LeetCode 680 - Valid Palindrome II

🟒 Easy β€” Topics: two_pointers, string, greedy

πŸ“ View Solution