https://github.com/blablatdinov/leetcode-anki
This repository is designed to assist you in systematically learning and memorizing LeetCode problems and algorithms using Anki, a popular mnemonic learning tool
https://github.com/blablatdinov/leetcode-anki
algorithms algorithms-and-data-structures anki learning leetcode python
Last synced: about 2 months ago
JSON representation
This repository is designed to assist you in systematically learning and memorizing LeetCode problems and algorithms using Anki, a popular mnemonic learning tool
- Host: GitHub
- URL: https://github.com/blablatdinov/leetcode-anki
- Owner: blablatdinov
- License: mit
- Created: 2023-09-03T15:19:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-29T19:38:19.000Z (6 months ago)
- Last Synced: 2026-01-02T01:55:40.090Z (6 months ago)
- Topics: algorithms, algorithms-and-data-structures, anki, learning, leetcode, python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Anki Flashcards
Welcome to the repository of Anki flashcards for studying LeetCode problems. This repository is designed to assist you in systematically learning and memorizing LeetCode problems and algorithms using Anki, a popular mnemonic learning tool.
## How to use
1. Install Anki: [Anki](https://apps.ankiweb.net/)
2. Download last anki package from [actions](https://github.com/blablatdinov/leetcode-anki/actions/runs)
3. Install requirements for testing your solutions:
```bash
pip install -r requirements.txt
```
4. Import the cards into Anki:
- Open Anki.
- Select "File" -> "Import."
- Choose the .apkg file from the folder corresponding to your problem or category.
- Click "Import."
5. Start studying the flashcards and enhance your skills in algorithms and data structures.
## Contributing
If you'd like to contribute to improving this repository, feel free to create pull requests or add new flashcards. Please follow the structure and formatting standards to facilitate the review of changes.
## License
This repository is distributed under the MIT License. Details can be found in the LICENSE file.
Contact
If you have any questions or suggestions, please reach out to me via email or create an issue in the repository.
Thank you for using these Anki flashcards, and best of luck with your LeetCode problem-solving journey!