A repository containing the source codes for the Design and Analysis of Algorithms Laboratory course (UE18CS255) at PES University.
Created and tested on Linux Environment :)
To compile any program with sample test cases as input:
gcc PES1201800366.c <sample_test_file.c>
To compile any program with scored test cases as input:
gcc PES1201800366.c <test_file.o>
Finally, to run the outfile, use ./a.out