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

### **Describe your change:** - [ ] Add an algorithm? - [x] Fix a bug or typo in an existing algorithm? - [x] Documentation change? #### References Updates #2196 ###...

### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References No references...

Count UniqueBST using dp catalan number approach. ### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? -...

added memo solution for paths in a matrix which is divisible by k. ### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo...

added sumOfPrefixScores in a string Trie Solution. ### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? -...

added all binary tree traversals in one. ### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? -...

change `node.previous = temp.previous;` to `temp.previous = node;` #3781

- [*] 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 in PascalCase. -...

### What would you like to Propose? I observed that the Kosaraju algorithm is not yet implemented under the graphs section. So, I'd like to contribute the same. ### Issue...

enhancement

### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ### **Checklist:**...