Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/907th/code-challenges
Solutions for code challenges (HackerRank, LeetCode, CodeForces, TopCoder, Timus, etc.) and educational projects.
https://github.com/907th/code-challenges
algorithm-challenges code-challenges codeforces-solutions coursera-assignments data-structures-and-algorithms hackerrank-solutions leetcode-solutions timus-solutions topcoder-solutions
Last synced: 25 days ago
JSON representation
Solutions for code challenges (HackerRank, LeetCode, CodeForces, TopCoder, Timus, etc.) and educational projects.
- Host: GitHub
- URL: https://github.com/907th/code-challenges
- Owner: 907th
- Created: 2020-04-08T09:53:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T14:50:19.000Z (about 1 year ago)
- Last Synced: 2024-10-04T11:57:15.947Z (about 1 month ago)
- Topics: algorithm-challenges, code-challenges, codeforces-solutions, coursera-assignments, data-structures-and-algorithms, hackerrank-solutions, leetcode-solutions, timus-solutions, topcoder-solutions
- Language: Rust
- Homepage:
- Size: 6.62 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About This Repository
My own solutions for the code challenges (HackerRank, LeetCode, CodeForces, TopCoder, Timus, etc.)
and my educational projects live in this repository.This repo is structured as follows:
* 🗂 There is a separate folder for each challenges platform and for each educational project.
Solutions for the problems lives there.
* 🛠[Library](Library) folder contains implementations of many popular algorithms and data structures.
It is my toolbox for solving problems.
* 📜 This repo has a [Wiki page](https://github.com/907th/code-challenges/wiki)!
I put notes, hints, code snippets, ideas, etc. there.## My Rankings
📈 Here are the links to my rankings on different platforms:
* [Timus](https://acm.timus.ru/author.aspx?id=309777)
* [LeetCode](https://leetcode.com/907th/)
* [HackerRank](https://www.hackerrank.com/aychernenkov)
* [Codeforces](https://codeforces.com/profile/907th)
* [TopCoder](https://www.topcoder.com/members/Laise)