> ## Documentation Index
> Fetch the complete documentation index at: https://launchpad-about-us.nxtwave.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# 📝 DSA Sheet

> Work through Launchpad's 400-problem DSA Sheet organized by patterns, with an AI Tutor, notes, streak tracking, and a daily study goal.

The Launchpad DSA Sheet is a curated set of 400 problems organized by patterns, so you build coding intuition instead of memorizing solutions. This page walks through the AI Tutor, notes, streak calendar, and daily study goal that keep your prep consistent from your first pattern to your last.

<CardGroup cols={2}>
  <Card title="AI Tutor" icon="robot">
    Get hints, pattern explanations, and unstuck-me nudges while you solve, without leaving the problem.
  </Card>

  <Card title="Notes" icon="note-sticky">
    Capture takeaways on each problem so revision before interviews is fast and personal.
  </Card>

  <Card title="Streak Calendar" icon="calendar" href="/progress/streak">
    Every solved problem feeds your streak calendar to reinforce daily practice.
  </Card>

  <Card title="Daily Study Goal" icon="target">
    Set a daily target and Launchpad shows an estimated completion date for the full sheet.
  </Card>
</CardGroup>

## What you get

* 400 handpicked problems covering the patterns that actually show up in coding interviews.
* A pattern-based path that scales from beginner-friendly warmups to advanced problem types.
* An estimated completion date that updates as you solve, so your prep plan stays realistic.
* A dedicated [leaderboard](/progress/leaderboards) that ranks students by their DSA Sheet progress.

<Tip>
  Pair the DSA Sheet with your [study plan](/placement/study-plan) so pattern practice lines up with interview timelines.
</Tip>

## How to use it well

<Steps>
  <Step title="Pick a pattern">
    Start with the first unsolved pattern block. Patterns are ordered so earlier ones scaffold later ones.
  </Step>

  <Step title="Attempt before hints">
    Try each problem on your own. Reach for the AI Tutor when you are stuck on the pattern, not the syntax.
  </Step>

  <Step title="Write a note">
    Add a short note in your own words about the trick or template. Future you will thank you.
  </Step>

  <Step title="Protect the streak">
    Aim for your daily goal and let the streak calendar do the motivation work.
  </Step>
</Steps>
