Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/protomorphine/ya.practicum

Задачи, решенные в рамках прохождения курса "Алгоритмы и структуры данных"
https://github.com/protomorphine/ya.practicum

algorithms algorithms-and-data-structures data-structures dsa-learning-series learning yandex-praktikum

Last synced: 28 days ago
JSON representation

Задачи, решенные в рамках прохождения курса "Алгоритмы и структуры данных"

Awesome Lists containing this project

README

        



"Алгоритмы и структуры данных" апрель 2023

Данный репозиторий содержит решения задач из курса "Алгоритмы и структуры данных".

| Спринт | Задачи | Количество задач |
|--------|--------|------------------|
| 1 | [Введение в алгоритмы](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintOne) | 14 |
| 2 | [Основные структуры данных](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintTwo) | 14 |
| 3 | [Рекурсия и сортировки](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintThree) | 11 |
| 4 | [Хэш-функции](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintFour) | 10 |
| 5 | [Деревья](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintFive) | 9 |
| 6 | [Графы](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintSix) | 10 |
| 7 | [Жадные алгоритмы и динамическое программирование](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintSeven) | 11 |
| 8 | [Алгоритмы на строках](https://github.com/protomorphine/Ya.Practicum/tree/master/Ya.Practicum.SprintEight) | 8 |

## Формат
- Каждая задача представлена в отдельном файле, за исключением структур данных.
- Каждая реализованная структура данных находится в отдельм файле в соответствующей папке.
- Каждая задача представлена статическим классом с публичным методом `Execute()`, в котором реализован необходимый ввод и вывод данных.