Skip to content

muskaantiwari/CSE-217-Data-Structures-Laboratory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📒 CSE-217-Data-Structures-Laboratory

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

How to run a C/C++ program using make in terminal (Linux)?

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

Sample Screenshots

Licence

The programs are licenced under GPL-3.0, but DS.pdf may not be used for otherwise purposes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.1%
  • C 38.9%