Skip to content

uiuxarghya/PCC-CS391

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCC-CS391 (Data Structure & Algorithms Lab) Programs

C VS Code GitHub last commit MIT License

This repository contains all the programs that I have written for the course PCC-CS391 (Data Structure & Algorithms Lab).

Programs List

Sl. No. Topics Questions Solutions
1 Basic link link
2 Stack link link
3 Queue link link
4 Linked List link link

Run Locally

Clone the project

  git clone https://github.com/uiuxarghya/PCC-CS391

Go to the project directory

  cd PCC-CS391

Go to the specific folder

  cd <Folder Name> ...

Compile the program

  gcc <filename>.c -o <filename>

Run the program

  ./<filename>

Feedback

Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.

Authors

License

MIT