ubamba98 / DS_Algo

Make your first open source contribution this Hacktoberfest!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS_Algo

Make your first open source contribution!

Important guidelines

  • The repository consists of a variety of data structures and algorithms.
  • Feel free to add new ones if they don't exist already in a language.
  • If the same code exists in another language, add the code in your preferred language to the same package/folder.
  • It is a good practise to work on branches. It will enable you to make multiple pull requests without waiting for one to get merged.
  • Please use camel case (thisIsCamelCase) to name files and variables.

How to begin?

  • Fork the repository
  • Clone your local repository
  • Make changes in your local system
  • Add the changes using git add .
  • Commit the changes using git commit -m "Added xyz algo"
  • Push the changes using git push origin master
  • Make a pull request to the master branch

About

Make your first open source contribution this Hacktoberfest!


Languages

Language:Java 50.4%Language:C++ 31.0%Language:Python 9.7%Language:C 3.2%Language:JavaScript 2.6%Language:Kotlin 1.9%Language:Dart 1.1%