This repository contains solutions for 94 DSA problems from the Algorithms course by Yandex Practicum.
Problems are separated into 9 sprints:
Sprint | Package | Problems | |
---|---|---|---|
0 | Course Demo | sp0.demo | 2 |
1 | Introduction to Algorithms | sp1.intro | 12 |
2 | Basic Data Structures | sp2.basic.data.structures | 14 |
3 | Recursion and Sorting | sp3.recursion.and.sorting | 14 |
4 | Hash Functions | sp4.hash.functions | 10 |
5 | Trees | sp5.trees | 13 |
6 | Graphs | sp6.graphs | 9 |
7 | Greedy and Dynamic Programming | sp7.greedy.and.dynamic | 12 |
8 | Strings | sp8.strings | 8 |