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 have the algorithm for sum of nodes at level k in a binary tree could you please assign this issue for me? sample output for input 1 2 3...

no-issue-activity

The Producer-Consumer pattern is a classic concurrency pattern that involves the coordination of multiple producer threads and consumer threads that interact with a shared buffer or queue. The producers produce...

no-issue-activity

I really didn't find the implementation of Preorder, Inorder and Postorder traversal in tree . Please assign this to me Under SSOC'23

Trees
C
C++
Python
Java
SSOC23
SSOC-BEGINNER
no-issue-activity

### Features - A brief on all the types of sorting algorithms present. - A comparison of time complexity and space complexity of all. - Written in all 4 languages....

documentation
SSOC23
SSOC-BEGINNER
no-issue-activity

Breadth-first search is a graph traversal algorithm that starts traversing the graph from the root node and explores all the neighboring nodes. Then, it selects the nearest node and explores...

no-issue-activity

## 🛠️ Issue (Number) Issue no #703 ## 👨‍💻 Changes proposed Added Rod Cutting Problem in java , C , C++ and Python ## ✔️ Check List (Check all the...

C
C++
Python
Java
Under Review
Dynamic Programming
SSOC23
no-pr-activity

I was unable to find the famous Flood Fill Algorithm in the repo, and I want to be the person who solves this issue. I would love to write the...

C
C++
arrays
SSOC23
SSOC-INTERMEDIATE
no-issue-activity

The problem is to implement a function that converts an integer to its corresponding Roman numeral representation. I would like to implement a function **int_to_roman** that takes an integer as...

no-issue-activity

**Is your feature request related to a problem? Please describe.** Given the root of the Binary Tree. The task is to print the Level order traversal of a tree is...

no-issue-activity

I have the algorithm for level order traversal can you please assign this issue to me? ![image](https://github.com/Kumar-laxmi/Algorithms/assets/99654015/b1299de2-03a3-46d0-939a-b10464d84574)