From 92fd99dff5f627db9dcbe7d5136c84377612bc6e Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:14:38 +0800 Subject: [PATCH] Update README.md --- algorithms-modules/algorithms-miscellaneous-7/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-modules/algorithms-miscellaneous-7/README.md b/algorithms-modules/algorithms-miscellaneous-7/README.md index ac761c3db6..425a77c46d 100644 --- a/algorithms-modules/algorithms-miscellaneous-7/README.md +++ b/algorithms-modules/algorithms-miscellaneous-7/README.md @@ -6,4 +6,5 @@ - [Calculate Distance Between Two Coordinates in Java](https://www.baeldung.com/java-find-distance-between-points) - [Rotate Arrays in Java](https://www.baeldung.com/java-rotate-arrays) - [Find Missing Number From a Given Array in Java](https://www.baeldung.com/java-array-find-missing-number) +- [Calculate Weighted Mean in Java](https://www.baeldung.com/java-compute-weighted-average) - More articles: [[<-- prev]](/algorithms-miscellaneous-6)