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

I want to add dfs of graph in java,C++ and python. Please assign me this issue.

stand by

I want to add the Insert Intervals algorithm in C++. **Insert Intervals** The insert intervals algorithm will find the correct position to insert the new interval while ensuring that the...

Greedy-methods
C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE

I want to add Rod Cutting problem using Dynamic Programming in java. ![Screenshot 2023-05-30 234715](https://github.com/Kumar-laxmi/Algorithms/assets/105747510/8c34e072-cf18-421f-b16b-814d8bba415c) Please assign me this issue under SSoC'23

C
C++
Python
Java
Dynamic Programming
SSOC23
SSOC-INTERMEDIATE

I want to add Topological Sort Algorithm for DAG in java,C++ and python. Please assign me this issue.

Sorting
C
Python
Java
SSOC23
SSOC-BEGINNER

I want to add Kahn’s Topological Sort Algorithm in graph in java, python and C++. Please assign me this issue.

Sorting
C
C++
Python
Java
SSOC23
SSOC-INTERMEDIATE