https://github.com/fedor-malyshkin/coding-go
Some Go coding exercise
https://github.com/fedor-malyshkin/coding-go
algorithms datastructures go golang leetcode leetcode-golang
Last synced: 2 months ago
JSON representation
Some Go coding exercise
- Host: GitHub
- URL: https://github.com/fedor-malyshkin/coding-go
- Owner: fedor-malyshkin
- Created: 2022-01-07T19:02:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T12:48:14.000Z (over 2 years ago)
- Last Synced: 2024-06-19T19:33:52.479Z (almost 2 years ago)
- Topics: algorithms, datastructures, go, golang, leetcode, leetcode-golang
- Language: Go
- Homepage:
- Size: 994 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/fedor-malyshkin/coding-go/actions/workflows/audit.yml)
# coding-go
Some exercise in Go (https://go.dev/)
## Requirements
* NONE
## Platforms/Courses
* [Leetcode](https://leetcode.com)
## References / Articles
* [Articles](docs/articles.md)
* [Videos](docs/videos.md)
* [Awesome Go](https://github.com/avelino/awesome-go) (*Large listing of popular third-party Go packages*)
## Run tests
```sh
go test ./...
```