├── README.md ├── assignment-2023-1.pdf └── example.txt /README.md: -------------------------------------------------------------------------------- 1 | # assignment-2023-1 2 | 3 | First assignment for the 2023 course. The assignment can be found [here](https://github.com/dmst-algorithms-course/assignment-2023-1/blob/main/assignment-2023-1.pdf). 4 | -------------------------------------------------------------------------------- /assignment-2023-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmst-algorithms-course/assignment-2023-1/626bcc0c3c464f6608978341bdd214bdaedc3d47/assignment-2023-1.pdf -------------------------------------------------------------------------------- /example.txt: -------------------------------------------------------------------------------- 1 | 7 10 4 20 2 25 19 6 12 1 2 | --------------------------------------------------------------------------------