An open API service indexing awesome lists of open source software.

https://github.com/andrewmillercode/leetcode2025

DSA & leetcode problem notes for 2025.
https://github.com/andrewmillercode/leetcode2025

algorithms datastructures-algorithms leetcode leetcode-python leetcode-solutions

Last synced: 3 months ago
JSON representation

DSA & leetcode problem notes for 2025.

Awesome Lists containing this project

README

        

# leetcode2025
Personal DSA & leetcode problem notes for 2025.
Feel free to contribute and use it for yourself, as long as file format is kept consistent.

## Format for Data Algorithms / Structures
Keep shortened version of data algorithm/structure (DFS.md instead of Depth First Search.md)

## Format for Leetcode Problems
- x: problem number (ex. 1028)
- y: problem name (ex. Binary Search)

Format: (x)(y).md


Reasoning: Allows fast lookup by either problem number or name.