https://github.com/afonsojramos/coding-challenge
💻 Solutions for programming contests/exercises
https://github.com/afonsojramos/coding-challenge
competitive-coding competitive-programming competitive-programming-contests
Last synced: about 1 year ago
JSON representation
💻 Solutions for programming contests/exercises
- Host: GitHub
- URL: https://github.com/afonsojramos/coding-challenge
- Owner: afonsojramos
- Created: 2018-06-01T02:21:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T13:25:04.000Z (almost 7 years ago)
- Last Synced: 2025-03-19T21:56:09.965Z (about 1 year ago)
- Topics: competitive-coding, competitive-programming, competitive-programming-contests
- Language: C++
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coding-challenge
Training exercises from online judges ([CS Academy](https://csacademy.com/), [SpOJ](https://www.spoj.com/), [Hacker Rank](https://www.hackerrank.com/) and [CSSBattle](https://cssbattle.dev)) and from programming competitions.
## About
The solutions implemented are my own and they are often a product of quick thinking and coding. I do not intend to make the best code in terms of 'quality', but I intend to have clean solutions that can be interpreted by someone other than me, however, my main objectives are solve the problems as quickly and as efficiently as required, so beware.