4N1Z / Sorting-Searching-Algorithms

This repo is meant to contain the algorithms for searching and sorting in every language .
MIT License
23 stars 97 forks source link
algorithms all-languages beginner-friendly hacktoberfest hacktoberfest-accepted hacktoberfest2022 searching-algorithms sorting-algorithms

SEARCHING AND SORTING ALGORITHMS

Searching and sorting

This repo is meant to contain the algorithms for searching and sorting algorithms in every language. As per your knowledge on the programming language of your interest you can contribute/ add the algorithms.

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.

This repository contains the following algorithms in multiple languages :

Searching Algorithms

Sorting Algorithms

Need for this repository ?

How to contribute 🤔 ?