DSA Practise Compilation steps without cmake gcc <filename>.c -o <filename> with cmake A cmake build script has been provided mkdir build cd build cmake .. ninja # or make if ninja doesn't work