Data Structures Laboratory programs in C prgramming language of CSE-217 (Winter 2017). This repository contains programs of various introductory data structures implemented in C/C++ programming language tested on gcc (linux). It also contains screenshots of operational windows in Ubuntu 17.04 (For usage).
Extract the master branch in home directory. Open terminal and type in the code there. Let's say merge sort which is named as mergesort in directory Sources/Submission%203/Sorting/Merge%20sort/.
cd ./Sources/Submission%203/Sorting/Merge%20sort/
make mergesort
./mergesort
The programs are licenced under GPL-3.0, but DS.pdf may not be used for otherwise purposes.