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
- Host: GitHub
- URL: https://github.com/jawadcode/leetcode_solutions
- Owner: jawadcode
- Created: 2020-12-18T18:30:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T21:03:43.000Z (over 5 years ago)
- Last Synced: 2023-03-12T02:48:53.331Z (over 3 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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