Please add the code to the according folder and if needed create the folder for the algorithm or DS and create the folder for programming language you are using(An example is Algorithms/quicksort/C/'filename'.c).
Track the changes: git add .
Commit your changes: git commit -m 'Added some feature