Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilbottom/leetcode-go
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
https://github.com/bilbottom/leetcode-go
go leetcode
Last synced: about 2 months ago
JSON representation
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
- Host: GitHub
- URL: https://github.com/bilbottom/leetcode-go
- Owner: Bilbottom
- Created: 2024-02-03T19:14:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T12:44:57.000Z (9 months ago)
- Last Synced: 2024-04-05T13:43:20.320Z (9 months ago)
- Topics: go, leetcode
- Language: Go
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Go 1.21](https://img.shields.io/badge/Go-1.21-blue.svg)](https://go.dev/)
[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/leetcode-go)](https://shields.io/badges/git-hub-last-commit)
[![Tests](https://github.com/Bilbottom/leetcode-go/actions/workflows/tests.yml/badge.svg)](https://github.com/Bilbottom/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