Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Задачи, решенные в рамках прохождения курса "Алгоритмы и структуры данных"
- Host: GitHub
- URL: https://github.com/protomorphine/ya.practicum
- Owner: protomorphine
- Created: 2023-04-24T08:11:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T07:49:25.000Z (11 months ago)
- Last Synced: 2023-12-22T09:32:32.411Z (11 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, dsa-learning-series, learning, yandex-praktikum
- Language: C#
- Homepage: https://practicum.yandex.ru/algorithms/
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()`, в котором реализован необходимый ввод и вывод данных.