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

https://github.com/mehvix/competitive-programming

Competitive programming solutions
https://github.com/mehvix/competitive-programming

atcoder codeforces leetcode project-euler usaco uva

Last synced: 6 months ago
JSON representation

Competitive programming solutions

Awesome Lists containing this project

README

          

## CompetitiveProgramming
My solutions to various programming questions

## todos
Adding to this as I work through [this book](https://github.com/Mehvix/CompetitiveProgramming/blob/master/Resources/Steven%20Halim%20-%20Competitive%20Programming%203ed%20-%20The%20New%20Lower%20Bound%20of%20Programming%20Contests%20(2013).pdf)

Medium
- [ ] 00573
- [ ] 10141
- [ ] 11507
- [ ] IOI 2009 - Garage
- [ ] IOI 2009 - POI

### Games
Card
- [ ] 00462
- [ ] 10646
- [ ] 12247

Chess
- [ ] 00278
- [ ] 00696
- [ ] 10284

Others, Easy
- [ ] 00489
- [ ] 10189
- [ ] 11459

Others, Hard
- [ ] 00584
- [ ] 10443
- [ ] 10813

### Adhoc
Palindrome
- [ ] 00401
- [ ] 10945
- [ ] 11221

Anagram
- [ ] 00156
- [ ] 00195
- [ ] 00454

Interesting Real Life Problems, Easier
- [ ] 00161
- [ ] 00637
- [ ] 10812
- [ ] 00403
- [ ] 00608

Time
- [ ] 00579
- [ ] 00893
- [ ] 11947