https://github.com/mbrav/practicum_algorithms
A collection of Python files and Jupyter Notebooks with algorithms from Yandex Practicum course
https://github.com/mbrav/practicum_algorithms
algorithms data-structures practicum python yandex
Last synced: 9 months ago
JSON representation
A collection of Python files and Jupyter Notebooks with algorithms from Yandex Practicum course
- Host: GitHub
- URL: https://github.com/mbrav/practicum_algorithms
- Owner: mbrav
- License: gpl-3.0
- Created: 2022-09-22T19:26:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T20:02:35.000Z (over 3 years ago)
- Last Synced: 2025-01-25T16:41:54.673Z (about 1 year ago)
- Topics: algorithms, data-structures, practicum, python, yandex
- Language: Jupyter Notebook
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://wakatime.com/badge/user/54ad05ce-f39b-4fa3-9f2a-6fe4b1c53ba4/project/ec9f6d8c-35d0-4c46-b3d9-175786f1886e)
# practicum_algorithms
A collection of Python files and Jupyter Notebooks with algorithms from Yandex Practicum course
- [Yandex Contest](https://contest.yandex.ru/)
- [Support](https://yandex.ru/support/contest/index.html)
## Notebooks
1. [Section I](01-sectionI.ipynb)
2. [Sieve of Sundaram](02-еratosthenes.ipynb)
3. [Sprint 11](03-sprint_11.ipynb)
4. [Section II](04-sectionII.ipynb)
5. [Sprint 12](05-sprint_12.ipynb)
6. [Async](06-async.ipynb)
## Sprints
- [Sprint 11](sp11/)
- [Sprint 12](sp12/)
- [Theory](sp12/theory/)
- [Sprint 13](sp13/)
- [Results Notebook](sp13/results.ipynb)
- [Theory](sp13/theory/)