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

- [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. -...

Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0. Commits dd1abd9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.6.0 9ccb06e fix 6ac89b8 [MCHECKSTYLE-452] Upgrade to Doxia 2.0.0 GA Stack ff1a1b7 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 13e16c5...

dependencies
java

- [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. -...

This solution sorts the folders and then iterates through them, ensuring that only the top-level folders are added to the result list. - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x]...

…dTest - [ ] 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...

The Copy List with Random Pointer problem involves creating a deep copy of a linked list where each node has a next pointer and a random pointer (pointing to any...

The Copy List with Random Pointer problem involves creating a deep copy of a linked list where each node has a next pointer and a random pointer (pointing to any...

### What would you like to Propose? I would like to propose adding a dedicated file, SlidingWindow.java, to this repository. This file will contain sliding window algorithms commonly used in...

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. -...

### What would you like to Propose? This java file can't run because it ends with an unresolved compilation problem. I forked the master branch and tried to compile each...

enhancement