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: 3 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T11:51:54.000Z (3 months ago)
- Last Synced: 2025-03-04T12:33:56.756Z (3 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 DP
- [ ] Properly learning BT
- [ ] Being not horrible in contests
- [ ] Finish [Grind 75](https://www.techinterviewhandbook.org/grind75/)## Challenge
Starting from the 2 of August 2024, I will try to solve daily problems for one year straight.
- 16/02/2025 : 200 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/)