An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![wakatime](https://wakatime.com/badge/user/54ad05ce-f39b-4fa3-9f2a-6fe4b1c53ba4/project/ec9f6d8c-35d0-4c46-b3d9-175786f1886e.svg)](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/)