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
- Host: GitHub
- URL: https://github.com/mehvix/competitive-programming
- Owner: Mehvix
- Created: 2019-09-29T16:11:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T15:47:12.000Z (over 5 years ago)
- Last Synced: 2025-02-13T11:25:24.740Z (8 months ago)
- Topics: atcoder, codeforces, leetcode, project-euler, usaco, uva
- Language: Java
- Homepage:
- Size: 36.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- [ ] 12247Chess
- [ ] 00278
- [ ] 00696
- [ ] 10284Others, Easy
- [ ] 00489
- [ ] 10189
- [ ] 11459Others, Hard
- [ ] 00584
- [ ] 10443
- [ ] 10813### Adhoc
Palindrome
- [ ] 00401
- [ ] 10945
- [ ] 11221Anagram
- [ ] 00156
- [ ] 00195
- [ ] 00454Interesting Real Life Problems, Easier
- [ ] 00161
- [ ] 00637
- [ ] 10812
- [ ] 00403
- [ ] 00608Time
- [ ] 00579
- [ ] 00893
- [ ] 11947