Algorithms
Algorithms copied to clipboard
A Repository for algorithms in C, C++, Python and Java
B + tree is a variation of B-tree data structure. In a B + tree, data pointers are stored only at the leaf nodes of the tree. In a B+...
**Is your feature request related to a problem? Please describe.** This is a root finding technique for a given equation without the need of specifying the intervals **Describe the solution...
**Is your feature request related to a problem? Please describe.** This is an algorithm used for finding the roots of a given equation in a specific interval **Describe the solution...
**Is your feature request related to a problem? Please describe.** Hello, @Kumar-laxmi , I would wish to add **Maximum Width of a Binary Tree in C++**. Could you please allow...
**Is your feature request related to a problem? Please describe.** A given N × N sized maze exists. Top-left cell is the source location, and bottom-right cell is the destination...
Is your feature request related to a problem? Please describe. Yes, my feature request is related to a problem. I would like to implement Ukkonen's algorithm using C, C++, Python...
**Is your feature request related to a problem? Please describe.** I want to include algorithm for Happy Number in Java , Python C and C++ **Describe the solution you'd like**...
## 🛠️ Issue #1058 Issue no #1058 ## 👨💻 Changes proposed ## ✔️ Check List (Check all the applicable boxes) - [x] My code follows the code style of this...
I want to edit the readme file of greedy algorithm which only describes the name of the branch . I will add conecpt of greedy algorithm so that the user...
**Is your feature request related to a problem? Please describe.** The `readme.md` file in the Divide and Conquer section doesn't contains the proper definition. **Describe the solution you'd like** Adding...