https://github.com/alekser/competitive-programming
Competitive Programming - is a place where Algorithms and Data Structures meet each other.
https://github.com/alekser/competitive-programming
algorithm competition
Last synced: 8 months ago
JSON representation
Competitive Programming - is a place where Algorithms and Data Structures meet each other.
- Host: GitHub
- URL: https://github.com/alekser/competitive-programming
- Owner: aLekSer
- License: gpl-3.0
- Created: 2018-05-17T13:32:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T13:53:04.000Z (about 6 years ago)
- Last Synced: 2025-01-31T04:55:18.046Z (10 months ago)
- Topics: algorithm, competition
- Language: C++
- Homepage:
- Size: 275 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# competitive-programming
A place where all progress on competitions would be collected and pushed after the end of competitions and results would be sounded.
The playgrounds where I registered and successfully participated:
* hackerrank.com
* codechef.com
* topcoder.com
* bubblecup.org
coursera.org also very useful to train in any Algorithm courses for example I finished Tim Hougarden Stanford course.
Codezera Android app
List of Algorithms:
Steiner Minimal Tree result.
Could be usefull because it has
Fermat Torricelli Point algorithm in triangles and intersection of line segments algorithm, vector product.
Prim Minimal Spaning Tree.