Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/leetcode-fighter-go
A repository of my solution for leetcode in go-lang
https://github.com/sonnguyen9800/leetcode-fighter-go
algorithm-challenges datastructures-algorithms golang leetcode
Last synced: 13 days ago
JSON representation
A repository of my solution for leetcode in go-lang
- Host: GitHub
- URL: https://github.com/sonnguyen9800/leetcode-fighter-go
- Owner: sonnguyen9800
- Created: 2024-09-11T13:55:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T06:17:38.000Z (25 days ago)
- Last Synced: 2025-01-07T07:24:28.497Z (25 days ago)
- Topics: algorithm-challenges, datastructures-algorithms, golang, leetcode
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-fighter-go
Recently, I started solving basic Leetcode question. However, there are so many problem and I don't think doing all of them in consequence would be effective. Fortunately, Neetcode kindly provides a program path for Leetcode for free. The link can be visited here: https://neetcode.io/roadmap
At the same time, I was looking for another language for backend system. The one made me interested is **Golang**, thus I thought this could be one arrow for two targets, practicing Golang while solving & learning on algorithm and analysis. Hell yeah. I couldn't think of anything better.
Here [is](https://sonnguyen9800.com/tip/leetcode-on-go/) the blogs where I documents all the problem and provide detailed analysis on result. Copies of these blogs also contained inside the repository as well.