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 would like to propose the Rabin-karp algorithm which is use to search pattern in give string using hash function. this algorithm is...

enhancement

- [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 plagiarized it. - [X] All filenames are in PascalCase. -...

- [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 plagiarized it. - [x] All filenames are in PascalCase. -...

### What would you like to Propose? I am interested to add the InfixtoPostfix and PostfixtoInfix algorithm ### Issue details 1)problem : InfixtoPostfix algorithm example: Input: A + B *...

enhancement

### Description I noticed that the current loop detection algorithm in the LinkedList class is not efficient for large lists. I would like to suggest an improvement to make it...

bug

### What would you like to Propose? New Algorithm under https://github.com/TheAlgorithms/Java/tree/master/src/main/java/com/thealgorithms/maths File Name Proposed: StandardMeanError.java What? A function to calculate the standard error of the mean of a provided data...

enhancement

- [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [ ] This pull request is all my own work -- I have not plagiarized it. - [ ] All filenames are...

### What would you like to Propose? I'd like to implement vernam cipher for cipher folder. ### Issue details Currently vernam cipher is missing in ciphers folder, I'd like to...

enhancement

### What would you like to Propose? - The source and destination vertex in the "Travelling Salesman Problem" are the same. - Example Postmen take letters from the post office...

enhancement

As in this java algorithm repository there is a missing algorithm that is traveling Sales man Problem - [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [ ] This pull request...