https://github.com/mekilis/spoj
This repo contains my solutions to the most solved Classical problems on SPOJ. The goal is to become "a true programming master".
https://github.com/mekilis/spoj
algorithm-challenges competitive-programming
Last synced: 26 days ago
JSON representation
This repo contains my solutions to the most solved Classical problems on SPOJ. The goal is to become "a true programming master".
- Host: GitHub
- URL: https://github.com/mekilis/spoj
- Owner: mekilis
- Created: 2016-09-26T13:29:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T03:57:22.000Z (over 7 years ago)
- Last Synced: 2025-10-31T10:51:31.450Z (9 months ago)
- Topics: algorithm-challenges, competitive-programming
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tried out the SPOJ platform in Go
* Focus was on the most solved Classical problems.
* I started from the TEST working up all the way to HUBULULLU
(as at Jul 12, 2018).
* I now have a better understanding of algorithms and data structures.
* Now on to the bigger wars...