float arr[] = {0.78f, 0.17f, 0.39f, 0.26f, 0.72f, 0.94f, 0.21f, 0.12f, 0.23f, 0.68f}; ...
This project contains my implementations of sorting and searching algorithms, as well as string manipulation exercises, based on the 'Data Structures 3' course from Code with Mosh.