Anki flashcards for NeetCode 150 problems with LeetCode questions and NeetCode solutions.
Download generated anki deck:
- Anki-NeetCode - Standard deck with solutions
- Anki-NeetCode-Pro - Pro deck with test cases and test runner
- Anki-NeetCode - Standard deck with solutions
It is recommended to turn off
TapsandSwipesin AnkiMobile inSettings -> Review -> Taps / Swipes
- 150 LeetCode Problems: Organized by topic from NeetCode's curated list
- Detailed Solutions: NeetCode video explanations embedded in cards
- Code Editor: Interactive Python code editor powered by Pyodide (runs in Anki)
- Test Runner (Pro): Automated test cases with detailed feedback on pass/fail results
- Premium Problems: Includes some LeetCode Premium questions from community sources
- Organized Decks: Questions grouped into topic-based subdecks
- Open Anki Desktop
- File → Import → Select
Anki-NeetCode.apkg - Study!
Anki - NeetCode/
├── 01. Arrays & Hashing
├── 02. Two Pointers
├── 03. Sliding Window
├── 04. Stack
├── 05. Binary Search
├── 06. Linked List
├── 07. Trees
├── 08. Heap / Priority Queue
├── 09. Backtracking
├── 10. Tries
├── 11. Graphs
├── 12. Advanced Graphs
├── 13. 1-D Dynamic Programming
├── 14. 2-D Dynamic Programming
├── 15. Greedy
├── 16. Intervals
├── 17. Math & Geometry
└── 18. Bit Manipulation
- Use
powerbutton to loadpyodidein reviewer - Use
playbutton to run the code - Use
testbutton (Pro deck only) to run test cases and validate your solution
| front | back |
|---|---|
![]() |
![]() |
| front | back |
|---|---|
![]() |
![]() |
| front | back |
|---|---|
![]() |
![]() |
- NeetCode - Problem list and solutions
- LeetCode - Problem descriptions
- Complete LeetCode Premium Problems - Premium problem descriptions
- LeetCode-Anki - Card Templates
- pyodide - Python in browser
- pycodeditor - Python Code Web Editor using CodeMirror
- LeetCodeDataset-v0.3.1-train - LeetCode Training and Evaluation Dataset






