Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Linear Search in C #199

Open
sobhanbera opened this issue Oct 1, 2023 · 6 comments
Open

Implement Linear Search in C #199

sobhanbera opened this issue Oct 1, 2023 · 6 comments
Assignees
Labels
C good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020

Comments

@sobhanbera
Copy link
Owner

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.

@sobhanbera sobhanbera added good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020 C labels Oct 1, 2023
@Soyamprabha
Copy link

Please assign me this issue

@sobhanbera
Copy link
Owner Author

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

@Harsh-Khulwe
Copy link

Can I work on this issue?

@sobhanbera
Copy link
Owner Author

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

@Harsh-Khulwe
Copy link

okay, thanks

@Rahban1
Copy link

Rahban1 commented Oct 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C good first issue Good for newcomers hacktoberfest contribute to open source and win free tee! Hacktoberfest2020
Projects
None yet
Development

No branches or pull requests

4 participants