https://github.com/samuellucas97/competitive-programming
Solution implementation of HackerRank, LeetCode, Codeforces, SPOJ, and UVA problems.
https://github.com/samuellucas97/competitive-programming
algorithms codeforces-solutions data-structures dynamic-programming graph-algorithms greedy-algorithms hackerrank-python hackerrank-solutions leetcode-solutions shortest-path-algorithm spanning-tree uva-solutions
Last synced: 4 months ago
JSON representation
Solution implementation of HackerRank, LeetCode, Codeforces, SPOJ, and UVA problems.
- Host: GitHub
- URL: https://github.com/samuellucas97/competitive-programming
- Owner: Samuellucas97
- Created: 2020-08-25T16:46:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T19:48:28.000Z (about 3 years ago)
- Last Synced: 2025-05-16T19:09:25.379Z (6 months ago)
- Topics: algorithms, codeforces-solutions, data-structures, dynamic-programming, graph-algorithms, greedy-algorithms, hackerrank-python, hackerrank-solutions, leetcode-solutions, shortest-path-algorithm, spanning-tree, uva-solutions
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Contains resolution of Competitive Programming Problems of [Virtual Judge](https://vjudge.net/). About Virtual Judge, it's not a real online judge. It can grab problems from other regular online judges and simulate submissions to other online judges. It aims to enable holding contests when you don't have the test data.
## Reference
- [Competitive-Programming 3 - Steven and Felix](http://www.sso.sy/sites/default/files/competitive%20programming%203_1.pdf)