Skip to the content.

PG Software Lab (CS509)

Hello Everyone, this repo contains all my assignments/Projects that I solved while pursuing the course PG Software Lab (CS506) under the guidance of Dr. Venkata M. Viswanath Gunturi.

Assignments and Solution

S.No. Assignment Output and other files
1. Shortest Path between two locations Solution Dataset
2. Disk Block Storage Simulation Data_generator Quicksort m_way_merge
3. Grid Files for storing and querying 2D data points input.txt Generate_input Project Test_Output

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++

  1. 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)

  2. Open terminal using ctrl+ alt + T and come to the folder where the output file is present.

  3. type “./solution.o” to execute the C/C++ code.

  4. 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.