Subramanya's Digital Garden
Search
Search
Dark mode
Light mode
Explorer
Home
❯
02_Areas
❯
Computer Science
❯
01_Theory
❯
Algorithms
❯
LeetCode
Folder: 02_Areas/Computer-Science/01_Theory/Algorithms/LeetCode
17 items under this folder.
Jan 25, 2026
55. Jump Game
greedy-algo
Jan 25, 2026
1880. Check if Word Equals Summation of Two Words
string
Jan 25, 2026
2264. Largest 3-Same-Digit Number in String
Jan 25, 2026
3643. Flip Square Submatrix Vertically
algorithm
Jan 25, 2026
121. Best Time to Buy and Sell Stock
Jan 25, 2026
1310. XOR Queries of a Subarray
bit-manipulation
array
prefix-sum
Jan 25, 2026
1646. Get Maximum in Generated Array
array
dynamic-programming
simulation
Jan 25, 2026
Leet Code MOC
Jan 25, 2026
122. Best Time to Buy and Sell Stock II
Jan 25, 2026
1354. Construct Target Array With Multiple Sums
heap
priority-queue
Jan 25, 2026
2117. Abbreviating the Product of a Range
math
Jan 25, 2026
861. Score After Flipping Matrix
array
greedy-algo
bit-manipulation
matrix
Jan 25, 2026
88. Merge Sorted Array
Jan 25, 2026
95. Unique Binary Search Trees II
dynamic-programming
backtracking
binarysearchtree
Jan 25, 2026
962. Maximum Width Ramp
array
stack
monotonic-stack
Jan 25, 2026
985. Sum of Even Numbers After Queries
array
simulation
Jan 25, 2026
128. Longest Consecutive Sequence
array
hash-table