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

**Is your feature request related to a problem? Please describe.** There are no theoretical details about the data-structure or algorithm in the Repository, which can be a bit troublesome for...

Is your feature request related to a problem? Please describe. There are no theoretical details about the data-structure or algorithm in the Repository, which can be a bit troublesome for...

**The Held-Karp algorithm,** is a Specialized dynamic programming algorithm used to solve the advanced Traveling Salesman Problem (TSP). TSP is an optimization problem where the goal is to find the...

C
C++
Python
Java
Dynamic Programming
SSOC23
SSOC-INTERMEDIATE
no-issue-activity

# Implementing B-Tree in JAVA, python, C and C++ The B-Tree can handle massive amounts of data with ease. When it comes to storing and searching large amounts of data,...

Trees
C++
Python
SSOC23
SSOC-INTERMEDIATE

## 🛠️ Issue 768 issue no. #768 ## 👨‍💻 **Implementation of Binary Tree Traversal in Java, C, C++ and Python** #The Approach followed by me is as followed:- #1. The...

Trees
C
C++
Python
Java
Ready to Merge
SSOC23
no-pr-activity

**Is your feature request related to a problem? Please describe.** Make the understanding of the stacks better. **Describe the solution you'd like** A clear and concise code of the implementation...

If an integer n is given , My code will return the number of prime numbers that are strictly less than n. Please Assign me this issue. Thank you

I want to contribute Min-Max algorithm used in Artificial Intelligence.

Mini-max algorithm is a recursive or backtracking algorithm which is used in decision-making and game theory. It provides an optimal move for the player assuming that opponent is also playing...

Hey @Kumar-laxmi , I want to add BFS and DFS search algorithm in graph (with full description). Kindly, assign me this issue under Ssoc'23. Thank you