Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

A Repository for algorithms in C, C++, Python and Java

Results 115 Algorithms issues
Sort by recently updated
recently updated
newest added

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+...

Trees
C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE

**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...

Maths function
C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE

**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...

Maths function
C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE

**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...

C
C++
Python
Java
strings
SSOC23
SSOC-INTERMEDIATE
prolonged

**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**...

Maths function
C
C++
Python
Java
SSOC23
SSOC-BEGINNER

## 🛠️ Issue #1058 Issue no #1058 ## 👨‍💻 Changes proposed ## ✔️ Check List (Check all the applicable boxes) - [x] My code follows the code style of this...

Graphs
C
C++
Python
Ready to Merge
SSOC23

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...

question
no-issue-activity

**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...