View on GitHub

DSA-Lab-Training-Sets

You can find solutions to training sets here.

# DSA Lab Training Set Solutions

Find repository here.

To run code, follow the instructions:

git clone https://github.com/PriyanshBordia/DSA-Lab-Training-Sets.git

cd DSA-Lab-Training-Sets/T[tSetNo]

gcc [file containing main] [functon file containing other functions] -o sol

./sol

Point mistakes and let me know if major at E-mail or start a new issue.