java-tutorials/algorithms-modules/algorithms-miscellaneous-7/README.md

15 lines
1.2 KiB
Markdown
Raw Normal View History

### Relevant Articles:
- [Algorithm to Identify and Validate a Credit Card Number](https://www.baeldung.com/java-validate-cc-number)
2023-03-24 04:48:18 -04:00
- [Find the N Most Frequent Elements in a Java Array](https://www.baeldung.com/java-n-most-frequent-elements-array)
2023-05-05 11:51:11 -04:00
- [Getting Pixel Array From Image in Java](https://www.baeldung.com/java-getting-pixel-array-from-image)
2023-08-24 09:57:09 -04:00
- [Calculate Distance Between Two Coordinates in Java](https://www.baeldung.com/java-find-distance-between-points)
2023-10-20 09:15:42 -04:00
- [Rotate Arrays in Java](https://www.baeldung.com/java-rotate-arrays)
2024-01-18 20:54:05 -05:00
- [Find Missing Number From a Given Array in Java](https://www.baeldung.com/java-array-find-missing-number)
2024-02-09 08:14:38 -05:00
- [Calculate Weighted Mean in Java](https://www.baeldung.com/java-compute-weighted-average)
2024-03-01 01:25:08 -05:00
- [Check if Two Strings Are Rotations of Each Other](https://www.baeldung.com/java-string-check-strings-rotations)
2024-03-08 17:11:16 -05:00
- [Find the Largest Prime Under the Given Number in Java](https://www.baeldung.com/java-largest-prime-lower-threshold)
2024-03-08 17:18:23 -05:00
- [Count the Number of Unique Digits in an Integer using Java](https://www.baeldung.com/java-int-count-unique-digits)
2024-04-17 03:10:50 -04:00
- [How to Check Number Perfection](https://www.baeldung.com/java-number-perfection-test)
- More articles: [[<-- prev]](/algorithms-miscellaneous-6)