Sep 24, 2025
This is a classic dynamic programming problem that requires finding the number of unique paths from top-left to bottom-right of a grid. The key insight is recognizing the overlapping subproblems...
leetcodealgorithmdynamic-programmingdata-structuresgridcombinatoricsmediumjavaunique-pathsproblem-solving
Sep 24, 2025
This is a complex linked list problem that requires reversing nodes in groups of k. The key insight is using recursion to handle the grouping and a helper function to...
leetcodealgorithmlinked-listrecursivedata-structurespointershardjavareverse-nodesk-grouprecursionproblem-solving
Sep 24, 2025
This is a matrix manipulation problem that requires rotating a 2D matrix 90 degrees clockwise in-place. The key insight is understanding the relationship between matrix positions during rotation and implementing...
leetcodealgorithmmatrixdata-structures2d-arraytransformationmediumjavarotate-imagein-placeproblem-solving
Sep 24, 2025
This is a classic stack problem that requires evaluating mathematical expressions written in Reverse Polish Notation (RPN). The key insight is using a stack to process operands and operators in...
leetcodealgorithmstackdata-structuresmathematical-expressionmediumjavareverse-polish-notationrpnproblem-solving
Sep 24, 2025
leetcodealgorithmbfsgraphdata-structuresmatrixshortest-pathhardjavashortest-distancebuildingsproblem-solving
Sep 24, 2025
This is a multithreading problem that requires implementing a concurrent web crawler. The key insight is using proper synchronization mechanisms to avoid race conditions while crawling URLs from the same...
leetcodealgorithmmultithreadingconcurrencydata-structuressynchronizationmediumjavaweb-crawlerconcurrent-programmingproblem-solving
Sep 24, 2025
This is a simulation problem that requires understanding the rules of Tic-Tac-Toe and validating whether a given board state is possible. The key insight is checking the count of X’s...
leetcodealgorithmsimulationdata-structuresgame-logicvalidationmediumjavatic-tac-toegame-validationproblem-solving
Sep 24, 2025
Meta‑Style LeetCode Question List
leetcodealgorithmmetainterview-preparationpractice-listfaangcoding-interviewproblem-solvingcompetitive-programmingdata-structures
Sep 24, 2025
🧩 Hash Table Mastery List
leetcodealgorithmhashdata-structuresinterview-preparationpractice-listhash-tablehash-mapproblem-solvingcompetitive-programming
Sep 24, 2025
LeetCode Linked List Mastery List
leetcodealgorithmlinked-listdata-structuresinterview-preparationpractice-listproblem-solvingcompetitive-programmingpointerstraversal