You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Push to the branch: git push origin master
Submit a pull request 😄
About
In this repository you can add all your programs and algorithm using any coding languages