Sorting & Searching Algorithms - GitHub Repository.

Sorting & Searching Algorithms - GitHub Repository.

Hey folks, hope you all are doing fine. Been busy with life hustle. As you all know, that the sorting and searching algorithms are the most basic and is needed to solve almost any problem in programming. Also it is hard to find a good algorithm or the algorithm/code in your favorite language.

The reason for the blog ?

I have taken an initiative to bring in all the sorting and searching algorithms into a single page or repository. And to make that happen , I need the help of all the programmers in our community to make this into a reality.

You may be skilled in a particular language, and others in a different language. The think which I want you to do is to contribute in your favorite/comfortable language to the repository and share it with your friends, with skillset in a different language so that it may help others when in need.

If your new to programming world, just like me , this repo can also mark as your first opensource contribution ,and can pave the way to many to come.

A very short understanding of Sorting and Searching algorithms.

Sorting and Searching

These algorithms can be used to organize complicated data and make it easier to use as well as to understand. Furthermore, having an understanding of these algorithms and how they work is fundamental for a strong understanding the concepts of Computer Science

Sorting Algorithms

Sorting algorithms are ways to organize a group of items from smallest to largest or vice versa. These algorithms can be used to organize complicated data and make it easier to use as well as to understand .

Searching Algorithms

Searching Algorithms are designed to check for an element or retrieve an element from any data structure where it is stored.

The goal ?

The main goal of this project is to bring in as many algorithms in, as many different languages as possible. So that this repo can act as an single place to get all the sorting and searching algorithms.

The thing is, only you with the help of others can make this come into reality .

How to contribute ?

  • First you must need a Github account .
  • The you will need to fork the repository
  • and read the instructions given in the repository and do the following.