https://github.com/907th/code-challenges
Solutions for code challenges (LeetCode, HackerRank, CodeForces, Timus, etc.) and educational projects (Coursera, Udemy, Stepik, etc.).
https://github.com/907th/code-challenges
algorithm-challenges code-challenges codeforces-solutions coursera-assignment-solutions coursera-assignments data-structures-and-algorithms hackerrank-solutions leetcode-solutions stepik-assignment-solutions timus-solutions topcoder-solutions udemy-assignment-solutions
Last synced: about 1 month ago
JSON representation
Solutions for code challenges (LeetCode, HackerRank, CodeForces, Timus, etc.) and educational projects (Coursera, Udemy, Stepik, etc.).
- Host: GitHub
- URL: https://github.com/907th/code-challenges
- Owner: 907th
- Created: 2020-04-08T09:53:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T04:43:22.000Z (4 months ago)
- Last Synced: 2025-03-27T07:35:52.466Z (about 2 months ago)
- Topics: algorithm-challenges, code-challenges, codeforces-solutions, coursera-assignment-solutions, coursera-assignments, data-structures-and-algorithms, hackerrank-solutions, leetcode-solutions, stepik-assignment-solutions, timus-solutions, topcoder-solutions, udemy-assignment-solutions
- Language: Rust
- Homepage:
- Size: 6.44 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About This Repository
There are my own solutions for
code challenges (LeetCode, HackerRank, CodeForces, Timus, etc.) and
educational projects (Coursera, Udemy, Stepik, etc.) in this repository.Navigation:
* 🗂 Each platform/project has its own dedicated folder at the repository root.
Solutions for problems and assignments lives there.
* 🛠There is a [Library](Library) folder.
It contains implementations of common algorithms and data structures (for different languages).
They help to solve code challenges faster sometimes.
* 📜 In the [Wiki](https://github.com/907th/code-challenges/wiki) I put notes, hints, code snippets, ideas, etc.## My Rankings
📈 Here are the links to my rankings on different platforms:
* [LeetCode](https://leetcode.com/907th/)
* [HackerRank](https://www.hackerrank.com/aychernenkov)
* [Codeforces](https://codeforces.com/profile/907th)
* [Timus](https://acm.timus.ru/author.aspx?id=309777)TODO: Add links to Coursera and Stepik profile pages.