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

https://github.com/jawadcode/leetcode_solutions

Just some assorted leetcode solutions
https://github.com/jawadcode/leetcode_solutions

Last synced: 6 months ago
JSON representation

Just some assorted leetcode solutions

Awesome Lists containing this project

README

          

## Leetcode
This is just a repository of assorted leetcode challenges solutions that I have come up with/learned
## Languages:
- Go
- Python

## Challenges:
- [`add-two-numbers`](https://leetcode.com/problems/add-two-numbers/)
- [`atoi`](https://leetcode.com/problems/string-to-integer-atoi/)
- [`length-of-longest-substring`](https://leetcode.com/problems/longest-substring-without-repeating-characters/)
- [`median-of-two-sorted-arrays`](https://leetcode.com/problems/median-of-two-sorted-arrays/)

## Disclaimers:
- Not all of the code is commented because I'm either lazy or just in a rush
- Most of the solutions are probably unoptimised and i wouldn't recommend them for learning purposes