Update README.md
This commit is contained in:
parent
3f3b3b8770
commit
d2110ff8b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Find First Occurrence of a Number in an Array
|
# Find First Occurrence of a Number in an Array
|
||||||
|
|
||||||
## Description
|
## 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
|
## Table of Contents
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue