Java icon indicating copy to clipboard operation
Java copied to clipboard

All Algorithms implemented in Java

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

### What would you like to Propose? The current Clang format linter definitely does its job to identify linting errors in the code. But I think it will be better...

enhancement

---increased modularity by splitting up the code into three functions based on logic. ---increased the scalability of code as now it could work on numbers with any digits including decimals...

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

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

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

stale

- [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? To Add Multi-Dimensional Distance Formulas ### Issue details The Distance Formula under the maths section can only work for two-dimensional points but to...

enhancement
stale

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

stale

### What would you like to Propose? I would like to add implementation of Heap sort algorithm under Sorting algorithm category. ### Issue details Implementation of Heap Sort is missing...

enhancement