Oct 29, 2025
Minimal, copy-paste C++ for graph traversal, shortest paths, and topological sort. 0-indexed unless noted.
leetcodetemplatesgraph
Oct 29, 2025
Minimal, copy-paste C++ for 1D/2D DP, LIS, interval DP, state machine, digit DP, and bitmask DP.
leetcodetemplatesdynamic-programming
Oct 29, 2025
Minimal, copy-paste C++ templates for common structures and patterns. Each snippet is self-contained and uses standard indexing.
leetcodetemplatesdata-structuresalgorithms
Oct 29, 2025
Minimal, copy-paste C++ for sliding window, two pointers, prefix sum, KMP, Manacher, and rolling hash.
leetcodetemplatesarraysstrings
Oct 29, 2025
Minimal, copy-paste C++ for coordinate compression, meet-in-the-middle, Manacher, Z-algorithm, and bitwise trie (max XOR).
leetcodetemplatesadvanced
Oct 29, 2025
LeetCode Categories and Solution Templates
leetcodealgorithmproblem-solvingtemplates
Oct 29, 2025
LC 717: 1-bit and 2-bit Characters
leetcodeeasyarrayparsing
Oct 29, 2025
LC 344: Reverse String
leetcodeeasytwo-pointersstring
Oct 28, 2025
LC 708: Insert into a Sorted Circular Linked List
leetcodemediumlinked-listcircular
Oct 28, 2025
LC 636: Exclusive Time of Functions
leetcodemediumstackparsing