https://github.com/npanuhin/itmo-algo
Homework solutions for the Algorithms and Data Structures course at ITMO University (2021/2022 — Future)
https://github.com/npanuhin/itmo-algo
algorithm algorithms algorithms-and-data-structures data-structures graph graph-algorithms greedy-algorithms itmo itmo-labs itmo-university searching-algorithms shortest-path-algorithm shortest-paths sorting-algorithms
Last synced: 14 days ago
JSON representation
Homework solutions for the Algorithms and Data Structures course at ITMO University (2021/2022 — Future)
- Host: GitHub
- URL: https://github.com/npanuhin/itmo-algo
- Owner: npanuhin
- Created: 2021-12-18T22:43:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T09:06:46.000Z (over 3 years ago)
- Last Synced: 2025-07-18T05:36:46.686Z (12 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, data-structures, graph, graph-algorithms, greedy-algorithms, itmo, itmo-labs, itmo-university, searching-algorithms, shortest-path-algorithm, shortest-paths, sorting-algorithms
- Language: C++
- Homepage: https://algo.itmo.npanuhin.me
- Size: 2.53 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Алгоритмы и структуры данных
Лабораторные работы по курсу АиСД, ИТМО
## 1 курс
#### [Сортировки, куча, бинпоиск](Sort,%20heap,%20binsearch)
#### [Стеки, очереди, СНМ](Stacks,%20queues,%20DSU)
#### [Динамическое программирование](Dynamic%20programming)
#### [Дерево отрезков](Segment%20tree)
#### [Дерево поиска](Search%20tree)
#### [Запросы на деревьях](Tree%20queries)