Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solareenlo/atcoder-go
AtCoder の問題を Go で解いてみた :)
https://github.com/solareenlo/atcoder-go
atcoder go golang
Last synced: about 2 months ago
JSON representation
AtCoder の問題を Go で解いてみた :)
- Host: GitHub
- URL: https://github.com/solareenlo/atcoder-go
- Owner: solareenlo
- Created: 2021-07-07T07:38:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T16:30:35.000Z (10 months ago)
- Last Synced: 2024-03-09T17:35:50.186Z (10 months ago)
- Topics: atcoder, go, golang
- Language: Go
- Homepage:
- Size: 2.54 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atcoder-go
- AtCoder の問題を Go で解いてみた :)## References
### AtCoder
- [AtCoder Clans](https://kato-hiro.github.io/AtCoderClans/#gsc.tab=0)### Go
- [AtCoderをGoで解くためにあると便利な関数](https://zenn.dev/maitake/articles/go_de_atcoder)
- [Goで競技プログラミングするときのテクニック](https://qiita.com/ktateish/items/ab2df3e0864d2e931bf2)