From d6ce02dbfa266bf75ed2b0597f1e424bf094eeb9 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Fri, 12 Jul 2024 15:29:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b243d..cbcf540 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Find The First Occurrence Of An Element In An Array +# Find First Occurrence Of An Number In An Array ## Description This repository contains code and documentation related to finding the first occurrence of a specific element in a given array or string which will be sorted.