Java icon indicating copy to clipboard operation
Java copied to clipboard

All Algorithms implemented in Java

Results 922 Java issues
Sort by recently updated
recently updated
newest added

### What would you like to Propose? I noticed there were no eigenvalue files for matrices but other matrix-related files. I can add a maths algorithm that computes eigenvalues and...

enhancement

Fix #4530 Added Painters Program The submitted code would contain the methods required for calculating the time for painting the boards . The methods are also supported by java doc...

stale

### What would you like to Propose? Hello i noticed that the function rand is missing from the math folder and i would like to contribute in the project by...

enhancement

### What would you like to Propose? Better descriptive comments could be added, as seen in the rest of the stack codes present in the folder! ### Issue details -...

enhancement

I have made changes in the code such that the input validation ensures that the function handles invalid input cases by raising an exception when necessary. - [x] I have...

stale

Kruskal's Algorithm Feature #4476 In Kruskal’s algorithm, sort all edges of the given graph in increasing order. Then it keeps on adding new edges and nodes in the MST if...

stale

The code inside the file "NextSmallerElement.java" inside stacks folder is wrong. The code which is currently written in it is for finding the previous smaller element that is smaller element...

stale

### What would you like to Propose? # Proposal: Adding Binomial Heap Implementation for Heap I was exploring the `datastructures/heaps` directory and noticed that there is no implementation of a...

enhancement
stale

Updates `actions/checkout` to `v4`. Sorry for missing it in #4966. - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not...

### What would you like to share? Issue: https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/ciphers/ProductCipher.java The shifting of the characters is constant, but it should be determined by user input. Solution: Substitute '5' for 'n' ###...

awaiting triage