Skip to content

psychomita/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

CPP VSCode GitHub last commit MIT License

This repository contains the C codes for implementing DSA.

Run Locally

Clone the project

git clone https://github.com/psychomita/dsa

Go to the project directory

cd dsa

Go to the specific folder

cd <Folder Name> ...

Compile & Run the program

  • Compile the program

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