https://github.com/dirdr/leetcode
My solutions to LeetCode problems
https://github.com/dirdr/leetcode
leet-code leet-code-solutions leetcode leetcode-java leetcode-rust leetcode-solutions
Last synced: 6 days ago
JSON representation
My solutions to LeetCode problems
- Host: GitHub
- URL: https://github.com/dirdr/leetcode
- Owner: dirdr
- Created: 2020-11-16T09:44:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:51:54.000Z (9 months ago)
- Last Synced: 2025-03-04T12:33:56.756Z (9 months ago)
- Topics: leet-code, leet-code-solutions, leetcode, leetcode-java, leetcode-rust, leetcode-solutions
- Language: Rust
- Homepage: https://leetcode.com/dirdr/
- Size: 919 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode solutions
##
[My profile](https://leetcode.com/dirdr/)
## About
I first started Leetcode in Java ☕️, as it was my first programming language, I'm now focused on learning Rust so my new solutions are written in that language 🦀,
This repository aims to help me **find previously implemented algorithms**, as well as to **track my progression**
## Goals
- [ ] Leetcode tshirt
- [ ] Properly learning Dynamic programming
- [ ] Being decent in contests
- [ ] Finish [Grind 75](https://www.techinterviewhandbook.org/grind75/)
- [ ] Fnish [AlgoPrep 151](https://docs.google.com/spreadsheets/d/1kyHfGGaLTzWspcqMUUS5Httmip7t8LJB0P-uPrRLGos/edit)
- [ ] Finish [Blind 75](https://neetcode.io/practice?tab=blind75)
- [ ] Finish [Neetcode 150](https://neetcode.io/practice?tab=neetcode150)
## Challenge
Starting from the 2 of August 2024, I will try to solve daily problems for one year straight.
- 16/02/2025 : 200 Days!
- 27/05/2025 : 300 Days!
- 04/09/2025 : 400 Days!
## Useful resources
- [neetcode roadmap](https://neetcode.io/roadmap)
- [array to binary tree viewer](https://eniac00.github.io/btv/) _to visualize Leetcode binary tree format_
- [competitive programmer's handbook](https://cses.fi/book/book.pdf)
- [algoPrep 151 problems sheet](https://docs.google.com/spreadsheets/d/1kyHfGGaLTzWspcqMUUS5Httmip7t8LJB0P-uPrRLGos/edit#gid=0)
- [Grind 75](https://www.techinterviewhandbook.org/grind75/)