Algorithms
Algorithms copied to clipboard
A Repository for algorithms in C, C++, Python and Java
**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...
# 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,...
## 🛠️ 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...
**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