Implement Linear Search in C
Algorithm/Data Structure: Linear Search Programming Language: C Difficulty: ⭐️⭐️
Issue Details
Description: Implement the Linear Search algorithm in C. Linear Search is a simple searching algorithm that sequentially checks each element of a list until a match is found or the whole list has been searched. Your implementation should correctly search for a specified target element in an array and return its index if found or -1 if not found.
Additional Information: If you are new to Linear Search or need guidance on implementing it in C, feel free to ask questions or seek help in the comments. This is a great opportunity for contributors to gain experience in searching algorithms in C.
Note: Before starting to work on this issue, please comment below to express your interest and let us know if you have any questions or need clarification on the task.
Please assign me this issue
These issues are for first comers and beginners only. I have already assigned #197 to you :)
Can I work on this issue?
Hey @Harsh-Khulwe, yeah you can start working on this issue.
okay, thanks
would you kind enough to assign this issue to me :)