Java
Java copied to clipboard
All Algorithms implemented in Java
### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ### **Checklist:**...
### What would you like to Propose? I would like to add a new feature to the datastructures/heaps section called the leftist heap. ### Issue details This data structure will...
### What would you like to Propose? Order Agnostic Binary Search Algorithm on 1-D Arrays. ### Issue details Order Agnostic Binary Search algorithm is used when we do not know...
- [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 share? in [sorts] package, algorithms offer .sort() function. most of them has input parameter as generic type Comparable, but some of them supports int[...
Searching in the rotated Binary search - [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]...
### **Describe your change:** - [X] Add an algorithm? Added Rail Fence Cipher #### References ### **Checklist:** - [X] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [X] This pull request is all...
### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ### **Checklist:**...
### **Describe your change:** - [x] --> Added A Function that rotates the LinkedList by K nodes where K is less than or equal to the length of LinkedList. ###...
### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ###...