Data Structures and Algorithms used in Day Today Life
[![GitHub issues by-label][hacktoberfest-badge]][hacktoberfest-link]
Please follow the below details
To contribute :
- Fork the repository and create a new branch.
- Commit your pull request with necessary changes.Please include changes done in the PR description.
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
- Arrays
- Stack
- Queue
- Linked List
- Single Linked List
- Circular Linked List
- Doubly Linked List
- Circular Doubly Linked List
- Trees
- Binary Search Trees(BST)
- AVL Trees
- Red Black Trees
- B Trees
- B+ Trees
- Graphs
- Direct Graphs
- Undirected Graphs
- Multi Graphs
- Sorting Algorithms
- Optimisation Algorithms
- Searching Algorithms
- Linear Programming
- Greedy Algorithm
- 0/1 knapsack problem
- fractional knapsack
- coin change problem
- scheduling problem
- double helix problem
- huffman coding
- single source shorest path
- bellman-ford algirthom
- minimum spanning trees
- Dynamic Programming Problems
- Ad hocs
- Recursion
- Cryptographic alogorithms
- Permutation and number theory
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 |
---|---|---|---|---|---|---|
Bubble Sorting | ✔️ | ✔️ | ✔️ | ✔️ | ||
Selection Sorting | ✔️ | ✔️ | ✔️ | |||
Binary 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 |
---|---|---|---|---|---|---|
Fibonacci | ✔️ | ✔️ | ||||
Factorial | ✔️ | ✔️ | ||||
Tower of Hanoi | ✔️ | |||||
GCD | ✔️ | |||||
LCM | ||||||
Pacal Traingle | ✔️ |