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

https://github.com/joao-conde/competitive-programming

Competitive programming training and contest exercises
https://github.com/joao-conde/competitive-programming

algorithms competitive-programming data-structures

Last synced: about 1 year ago
JSON representation

Competitive programming training and contest exercises

Awesome Lists containing this project

README

          

# Competitive Programming

Solutions for programming contests and practice exercises from online judges.

The solutions implemented are my own and they are often a product of quick thinking and coding. I do not intend to make enterprise-level software but only to solve the problem as quickly and as efficiently as required (and to have fun of course). Also, in a competitive environment, the programming style changes a lot (more global variables, shorter variable names, ...).

## Structure

```
├── competitions
│ └── google-hash-code --- Team programming competition to solve a google engineering problem
│ └── google-kick-start --- Google contest with algorithmic puzzles
│ └── ieee-extreme --- Contest for IEEE Student members

├── online-judges
│ └── csa --- CS Academy Online Judge
│ └── leetcode --- Leetcode Online Judge
│ └── spoj --- Sphere Online Judge
│ └── uva --- University of Valladolid Online Judge

├── others --- Ad-hoc programming challenges

└── resources --- Useful Resources
```