Deliberate practice

Solving it once is not
learning it.

Leetly keeps the record of how you actually solved a problem: every attempt, every wrong turn, and when to come back to it.

Free, and your data stays yours.

#0001
Two Sum
Easy
01Brute force, two nested loopsTime limit
02Sorted first, lost the original indicesWrong answer
03Hash map of complementsAccepted
3Attempts
47mTime spent
6dNext review

What it keeps track of

Six things a problem list cannot tell you, and the reason a solved count is a poor measure of readiness.

Every attempt, recorded

Log the outcome, the language, the time it took, and what went wrong. Come back in three weeks and the context is still there.

Reviews that arrive on time

Solved problems enter a spaced-repetition schedule. Leetly decides what is worth revisiting today so you do not have to guess.

Progress you can read

Daily streaks, solve rates by difficulty, and an activity heatmap. Enough to see whether the last month actually moved.

Mistakes, categorised

Tag why an attempt failed: off-by-one, wrong pattern, missed edge case. The pattern in your errors becomes visible.

Lists for real prep

Group problems by topic, by company, or by whatever you are drilling this week. Track how much of each list is genuinely done.

Notes beside the work

Markdown notes with syntax highlighting, attached to the problem they belong to instead of scattered across other apps.

Start with the next problem you solve

Log one attempt and the record builds itself from there.

Create your account