Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afonsojramos/competitive-programming
Collection of all the competitive programming competitions I partook in.
https://github.com/afonsojramos/competitive-programming
advent-of-code csacademy cssbattle hackerrank hacktoberfest hashcode spoj
Last synced: 3 months ago
JSON representation
Collection of all the competitive programming competitions I partook in.
- Host: GitHub
- URL: https://github.com/afonsojramos/competitive-programming
- Owner: afonsojramos
- Created: 2018-12-03T00:39:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:23:46.000Z (about 2 years ago)
- Last Synced: 2024-07-30T18:58:07.146Z (6 months ago)
- Topics: advent-of-code, csacademy, cssbattle, hackerrank, hacktoberfest, hashcode, spoj
- Language: Jupyter Notebook
- Homepage:
- Size: 7.9 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming
Collection of all the competitive programming competitions I partook in.
> 💻 emoji points to the respective code folder.
### [CS Academy](https://csacademy.com/) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/csacademy) /[SpOJ](https://www.spoj.com/) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/spoj) /[Hacker Rank](https://www.hackerrank.com/) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/hacker-rank)
Collections of C++ exercises, as these platforms evaluate performance, therefore the language's powerful Standard Library proves highly useful.
### [Hash Code](https://codingcompetitions.withgoogle.com/hashcode/) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/hash-code)
Google's Hash Code is a team programming competition for both students and professionals around the world.
### [CSSBattle](https://cssbattle.dev) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/css-battle)
Fun website to train CSS skills, however, do not expect to use these on your day-to-day CSS, as correctness is not required, and the real purpose is minification. These are mostly one-liners, and I might not explain all problems, just the ones that are mainly optimization.
### [Advent of Code](https://adventofcode.com/) [💻](https://github.com/afonsojramos/competitive-programming/tree/master/advent-of-code)
The only Advent calendar I pay attention to. Every year I try a different language, but I don't promise to finish it as sometimes the time restraints are just too tight.
## About
The solutions implemented are my own. They are often a product of quick thinking and coding. The objective will always be to have overfitted code for each challenge as quickly and efficiently as possible; therefore, code quality will not be the main focus. However, I intend to have clean solutions that can be interpreted by someone other than me.