Algorithm Atlas

Preparing your learning space

Loading your lessons and saved progress.

Learn Strings with visual DSA lessons

Learn Strings with 2 DSA patterns and 11 visual lessons. Follow step-by-step animations and synced C#, Python, and Java code.

A string is a row of characters used to store words, sentences, and other text.

Sliding Window (String)

Move a group of nearby letters while tracking their counts.