Java
Java copied to clipboard
All Algorithms implemented in Java
Fix #4224
### 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...
---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. -...
- [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...
- [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 would like to add implementation of Heap sort algorithm under Sorting algorithm category. ### Issue details Implementation of Heap Sort is missing...