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

The prettify code action is failing with "Error: No parser could be inferred for file: src/main/java/com/thealgorithms/audiofilters/IIRFilter.java" error. Could someone look into that?

bug
help wanted
dont-close

other example: String str1 = "abbbbaac"; String str2 = "kffffkkd"; for (int i = 0; i < s1.length() -1 ; i++) { boolean b1 = s1.charAt(i) == s1.charAt(i + 1);...

### **Describe your change:** - [x] Add an algorithm? - [] Fix a bug or typo in an existing algorithm? - [] Documentation change? #### References ### **Checklist:** - [x]...

stale

### **Describe your change:** - [x] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References Issue #3256...

Hi, I have not seen any implementation of [Liouville Function](https://en.wikipedia.org/wiki/Liouville_function) in this repo. Could you please assign this issue to me? Regards, Akshay

### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? #### References ###...

An algorithm for checking if strings are isomorphic or not is not there. Kindly assign me this issue to add this feature.

stale

Hi datastructures.caches.LRUCache and MRUCache tests are missing, but for LFUCache they are present. I suggest implementing them and removing the main method, in order to standardize this area. Can I...

I have used Brian Kernighans algorithm to count set bits of a number . I have add this file in others folder and the test file in the corresponding folder...

### **Describe your change:** - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [x] Documentation change? #### References ### **Checklist:**...