Data Structures and Algorithms used in Day Today Life
[![GitHub issues by-label][hacktoberfest-badge]][hacktoberfest-link]
Please follow the below details
To contribute :
To contribute you can fork the repo and create a new branch from your name and added a pull request Please be kind to add a proper description about the pull request.
For more details refer CONTRIBUTING.md
Of course you are welcome to add new ideas by opening an issue in the issue section and push a PR to it
Section/Language | C | C++ | Java | Python | Javascript | Scala | Go |
---|---|---|---|---|---|---|---|
Bubble Sorting | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ||
Selection Sorting | ✔️ | ✔️ | ✔️ | ✔️ | |||
Insertion Sorting | ✔️ | ✔️ | ✔️ | ✔️ | |||
Quick Sorting | ✔️ | ✔️ | ✔️ | ||||
Merge Sorting | ✔️ | ✔️ |
Section/Language | C | C++ | Java | Python | Javascript | Scala | Go |
---|---|---|---|---|---|---|---|
Naive Search(Brute Force) | ✔️ | ✔️ | ✔️ | ||||
Linear Search | ✔️ | ✔️ | ✔️ | ✔️ | |||
Binary Search | ✔️ | ✔️ | ✔️ | ✔️ |
Section/Language | C | C++ | Java | Python | Javascript | Scala | Go | |
---|---|---|---|---|---|---|---|---|
Fibonacci | ✔️ | ✔️ | ||||||
Factorial | ✔️ | ✔️ | ✔️ | |||||
Tower of Hanoi | ✔️ | ✔️ | ||||||
GCD | ✔️ | ✔️ | ||||||
LCM | ||||||||
Pacal Traingle | ✔️ | |||||||
Binary Search | ✔️ |