This Project acts as a Database of programmes related to the topics of Data Structures and Algorithms, provided by the members of the Coders-Cartel Organiaztion.
This is the file tree structure
In each of the directory, it contains a txt file which should contain all the questions regarding the Data structure and the code in separate files
-
Clone the repo using git bash
$ git clone https://github.com/Coders-Cartel/DSA.git
-
Open the folder in your desired IDE and add or modify code
-
Then commit all the locally made changes to the main branch of the git repo $ git status $ git add . $ git commit -m "modified a file" $ git push

