LeetCode 150 practice repository for SWE interview prep. The main value-add of this repo is the Claude subagent.
Use with Claude Code for an interactive interview coaching experience.
- Run
/questionto get a random problem - Write your solution in
answer.js - Ask Claude to review: "Review my answer"
Claude provides Socratic feedback - no answers, just questions to help you think through your solution.
├── problems/ # Problem descriptions
│ └── INDEX.md # Full LeetCode 150 list by category
├── solutions/ # Reference solutions (don't peek!)
├── answer.js # Your working file
└── .claude/commands/ # Slash commands
/question- Random problem selection