https://github.com/billwallis/leetcode-go
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
https://github.com/billwallis/leetcode-go
go leetcode
Last synced: 13 days ago
JSON representation
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
- Host: GitHub
- URL: https://github.com/billwallis/leetcode-go
- Owner: billwallis
- License: gpl-3.0
- Archived: true
- Created: 2024-02-03T19:14:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-06T06:39:39.000Z (about 2 months ago)
- Last Synced: 2026-05-06T08:40:17.820Z (about 2 months ago)
- Topics: go, leetcode
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://go.dev/)
[](https://shields.io/badges/git-hub-last-commit)
[](https://github.com/billwallis/leetcode-go/actions/workflows/tests.yml)
---
# LeetCode Solutions with Go
Not optimal, not impressive, but some solutions to [LeetCode](https://leetcode.com/) problems written in Go.
## Reading Materials
The standard Go project layout (as defined by the community) is documented on GitHub at:
- https://github.com/golang-standards/project-layout