Fetching algorithms...
Fetching algorithms...
Watch key transitions, pointers, and variables update step-by-step.
Read clean, documented implementations across multiple patterns.
Sketch diagrams on an infinite canvas and draft notes directly inline.
nums = [1,1,1,2,2,3], k = 2[1,2]nums = [1], k = 1[1]nums = [4,1,-1,2,2,2,3], k = 2[2, 1]Time Complexity
Space Complexity