https://github.com/patricktcoakley/go-leetcode
Just solutions to Leetcode problems in Go.
https://github.com/patricktcoakley/go-leetcode
algorithms data-structures golang interviewing leetcode
Last synced: 4 months ago
JSON representation
Just solutions to Leetcode problems in Go.
- Host: GitHub
- URL: https://github.com/patricktcoakley/go-leetcode
- Owner: patricktcoakley
- License: unlicense
- Archived: true
- Created: 2022-02-04T21:37:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T19:04:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T05:18:17.779Z (9 months ago)
- Topics: algorithms, data-structures, golang, interviewing, leetcode
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-leetcode
Just solutions to Leetcode problems in Go. Problems are organized in packages by topic with the goal to have the sample solutions as unit tests.
## Usage
- Tests: `make tests`
- Coverage: `make coverage`