AlgoMentor
Start prepping

Start your interview prep path.

sliding-window.md
binary-search.md
dynamic-programming.md

Try shrinking the window from the left when the sum exceeds k — what invariant are you preserving?

Hint from sliding-window.md
Socratic mode — no full solution