tulika-99 / DS_Algorithms

A collection of various Algorithms for Data Structures in different languages. HacktoberFest 2020-22 :octocat:
24 stars 124 forks source link
algorithms datastructures hacktoberfest hacktoberfest2020 hacktoberfest2021 hacktoberfest2022

DS Algorithms

A collection of different types of algorithms used for various different Data Structures, in different languages. This repository is open to all. To help you out with your Hacktoberfest goals!!
All you need to do is just add any sorting algorithm of your choice in any language you like with only the condition that it hasn't already been added.

Structure of the Repository

Example:
Trees -> Inorder Traversal -> InorderTraversal- C++, Inorder Traversal-Python
Graphs -> Bellman Ford -> Bellman Ford-C++, BellmanFord-Java,....

What can you contribute ?

You can either add

Guidelines

Steps

git clone https://github.com/your-username/DS_Algorithms.git
git add .
git commit -m "Added <algorithm-name> in <language>"
git push origin main

Links to help you out

In case you find the steps given above as vague and unclear, feel free to look up these amazing articles
https://help.github.com/en/articles/adding-a-file-to-a-repository-using-the-command-line https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github
https://medium.com/@saumya.ranjan/how-to-write-a-readme-md-file-markdown-file-20cb7cbcd6f

Note

Idea for some algorithms :