Java
Java copied to clipboard
All Algorithms implemented in Java
Hi, I have not seen any implementation of [Pollard's Rho Algorithm](https://en.wikipedia.org/wiki/Pollard%27s_rho_algorithm) in this repo. Could you please assign this issue to me? Regards, Akshay
#3245 so here i actually implemented the functionality using slow and fast pointer to find the middle node so how it will work:- So basically this function will return the...
### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ###...
as there is no predefined implementation for finding of middle node in linked list so i thought if this feature will be added it would be a plus.so allow me...
I implemented the counting algorithm in a few lines of code which i think it would be easy to be understood by beginners. And i would like to be accepted...
### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ###...
I want to contribute test case for WordLadder Class.
#3567 - [ ] 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. - [ ] I know...
### **Describe your change:** Added a new algorithm for finding the name of the day from date (**dd/mm/yyyy**) using [Zeller's Congruence](https://en.wikipedia.org/wiki/Zeller%27s_congruence) - [X] Add an algorithm? - [ ] Fix...