Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferhatelmas/algo
:books: My solutions to algorithm problems on various websites
https://github.com/ferhatelmas/algo
algorithm algorithm-challenges
Last synced: 12 days ago
JSON representation
:books: My solutions to algorithm problems on various websites
- Host: GitHub
- URL: https://github.com/ferhatelmas/algo
- Owner: ferhatelmas
- License: wtfpl
- Created: 2012-03-23T23:43:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:16:09.000Z (18 days ago)
- Last Synced: 2024-10-22T09:36:19.838Z (17 days ago)
- Topics: algorithm, algorithm-challenges
- Language: Python
- Homepage:
- Size: 1.84 MB
- Stars: 33
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Algorithms [![py](https://github.com/ferhatelmas/algo/workflows/py/badge.svg)](https://github.com/ferhatelmas/algo/actions)
These are my Python solutions for algorithm problems in various websites.
* [CodeChef](http://www.codechef.com/)
* [Codeforces](http://codeforces.com/)
* [eolymp](https://www.eolymp.com/en)
* [Google Code Jam (GCJ)](https://code.google.com/codejam)
* [LeetCode](http://oj.leetcode.com/)
* [PKU Online Judge (POJ)](http://poj.org/)
* [Project Euler](http://projecteuler.net/)
* [Sphere Online Judge(SPOJ)](http://www.spoj.pl/)
* [Timus Online Judge](http://acm.timus.ru/)
* [UVa Online Judge](http://uva.onlinejudge.org/)### License
It's licensed under [Do What the Fuck You Want to Public License(WTFPL)](http://en.wikipedia.org/wiki/WTFPL).