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.
- Host: GitHub
- URL: https://github.com/andrewmillercode/leetcode2025
- Owner: andrewmillercode
- Created: 2025-01-24T19:41:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:19:35.000Z (4 months ago)
- Last Synced: 2025-03-01T08:21:28.615Z (4 months ago)
- Topics: algorithms, datastructures-algorithms, leetcode, leetcode-python, leetcode-solutions
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.