sobhanbera / algorithms

Dive into algorithms, data structures, and competitive programming solutions in multiple languages. Active since Hacktoberfest 2020!
https://github.com/sobhanbera
MIT License
28 stars 85 forks source link

Implement Linear Search in C #199

Open sobhanbera opened 11 months ago

sobhanbera commented 11 months ago

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.

Soyamprabha commented 11 months ago

Please assign me this issue

sobhanbera commented 11 months ago

These issues are for first comers and beginners only. I have already assigned #197 to you :)

Harsh-Khulwe commented 11 months ago

Can I work on this issue?

sobhanbera commented 11 months ago

Hey @Harsh-Khulwe, yeah you can start working on this issue.

Harsh-Khulwe commented 11 months ago

okay, thanks

Rahban1 commented 10 months ago

would you kind enough to assign this issue to me :)