Update README.md

This commit is contained in:
afiqzudinhadi 2024-07-12 15:34:28 +08:00 committed by GitHub
parent 3f3b3b8770
commit d2110ff8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Find First Occurrence of a Number in an Array
## Description
This repository contains code and documentation related to finding the first occurrence of a specific number in a given array or string which will be sorted.
This utility takes a user input of array items and target input. The code finds the first occurrence of the target number in the given array which will be sorted.
## Table of Contents
- [Installation](#installation)