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
- Host: GitHub
- URL: https://github.com/joao-conde/competitive-programming
- Owner: joao-conde
- Created: 2020-10-16T23:57:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T11:43:44.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:38:41.431Z (about 1 year ago)
- Topics: algorithms, competitive-programming, data-structures
- Language: Python
- Homepage:
- Size: 9.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```