dev-AshishRanjan / dev-AshishRanjan/CSS-open-source
create a linear search function in c
Open
enhancement
good first issue
help wanted
- Dominant language
- C
- Stars
- 2
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
write code for linear search in c.
The code goes in **linearSearch** function
The function returns :
- the index of the number if found
- -1 if not found.
The function takes a number as argument
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.