https://github.com/ianadiwibowo/central-park
Competitive programming scratch book
https://github.com/ianadiwibowo/central-park
competitive-programming go golang ruby
Last synced: 2 months ago
JSON representation
Competitive programming scratch book
- Host: GitHub
- URL: https://github.com/ianadiwibowo/central-park
- Owner: ianadiwibowo
- License: mit
- Created: 2019-12-22T14:25:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T14:30:44.000Z (4 months ago)
- Last Synced: 2026-03-05T17:53:09.047Z (4 months ago)
- Topics: competitive-programming, go, golang, ruby
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - central-park
README
# Central Park
This repository is my competitive programming scratch book. It means this book is a collection of my solutions for programming puzzles that I found from various sources.
I put all of them into a single repository. This way, I can refer to them for future needs. My personal cheat sheet.
Most of the codes here are ugly, but works. During competitive programming, we have very limited time to solve a problem (LOL). Cleanliness comes later, if I still have time.