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

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

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/)