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