My programs for the cpp class of 2023-2024. My instructor is Mr Stecjuk, a known EMACS wizard.
-
lesson_001/<- conversion to hex and to bin -
vector_merge_sort/<- my implementation of Vector and MergeSort with tests. Typemaketo make and./teststo run tests. -
TemplateMergeSort/<- my implementation of templated MergedSort for std::vector with any type T. Typemaketo make and./teststo run tests. -
gilded_rose/<- my solution of Gilded Rose task. Typemaketo make and./teststo run tests.