https://github.com/bereket-g/algorithm-challenges
https://github.com/bereket-g/algorithm-challenges
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bereket-g/algorithm-challenges
- Owner: Bereket-G
- Created: 2019-12-06T10:07:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T13:30:48.000Z (over 5 years ago)
- Last Synced: 2025-01-22T20:31:07.447Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algo-rythm challenges
* [Two Rival Students][1]
* [soln](./_two_rival_students.py)* [Sweet Problem][2]
* [soln](./_sweet_prblm.py)* [Binary String Minimizing][3]
* [soln](./_biniary_string_minimizing.py)* [PIN Codes][4]
* [soln](./_pin_codes.py)* [Payment Without Change][5]
* [soln](./_payment_wiz_out_change.py)* A0 paper challenge
* [soln](./_A0_paper_challenge.py)[1]: https://codeforces.com/problemset/problem/1257/A
[2]: https://codeforces.com/problemset/problem/1263/A
[3]: https://codeforces.com/contest/1256/problem/D
[4]: https://codeforces.com/problemset/problem/1263/B
[5]: https://codeforces.com/problemset/problem/1256/A