Java
Java copied to clipboard
All Algorithms implemented in 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. -...
- [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. -...
- [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. -...
i line 8 simple and easy solution is provided, whenever it encounters space it is considered a word. - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is...
Divisors
I have added a file of computing unique divisors of a number in Maths folder.Please accept my PR.
I've added an implementation of the Chinese Remainder Theorem. This theorem is a fundamental concept in number theory, and this code demonstrates how it can be applied to solve a...
- [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. -...
Compress a string by replacing consecutive repeating characters with a count - [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I...
### What would you like to Propose? New Algorithm under https://github.com/TheAlgorithms/Java/tree/master/src/main/java/com/thealgorithms/ciphers File Name Proposed: AES_CBC_v1.java What? An implementation of CBC version 1 mode of AES algorithm in java. ### Issue...