This repository contains the C codes for implementing DSA.
git clone https://github.com/psychomita/dsa
cd dsa
cd <Folder Name> ...
-
Compile the program
g <filename>.c -o <filename>
-
Run the program
./<filename>
Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.