From 41676a80e6bf07c9ad6e328ad51b6ef46f35a5e8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Sat, 17 Feb 2024 06:29:01 +0800 Subject: [PATCH] Update README.md --- algorithms-modules/algorithms-searching/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-modules/algorithms-searching/README.md b/algorithms-modules/algorithms-searching/README.md index 7d10100832..394d14a06c 100644 --- a/algorithms-modules/algorithms-searching/README.md +++ b/algorithms-modules/algorithms-searching/README.md @@ -13,3 +13,4 @@ This module contains articles about searching algorithms. - [Range Search Algorithm in Java](https://www.baeldung.com/java-range-search) - [Fast Pattern Matching of Strings Using Suffix Tree in Java](https://www.baeldung.com/java-pattern-matching-suffix-tree) - [Find the Kth Smallest Element in Two Sorted Arrays in Java](https://www.baeldung.com/java-kth-smallest-element-in-sorted-arrays) +- [Find the First Non-repeating Element of a List](https://www.baeldung.com/java-list-find-first-non-repeating-element)