Data-Structure-and-Algorithms (CS506)
Hello Everyone, this repo contains all my assignments/Projects that I solved while pursuing the course Data Structure and Algorithms (CS506) under the guidance of Dr. Anil Shukla.
Assignments and Solution
General Guidelines on how you can execute the output files.
I have used Linux Mint 20 “Ulyana” for executing my files and writing my code in C/C++
-
Go to the folder where the output file is present. Make sure to keep other files also in the same folder which you will need for taking the input.(eg Data.txt file)
-
Open terminal using
ctrl+ alt + T
and come to the folder where the output file is present. -
type “
./solution.o
” to execute the C/C++ code. -
Give the inputs to the file accordingly and execute it. In case, pressing enter does starts execution after giving input, you can press
Ctrl + D
to execute the file.