Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.