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 Golang #200

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

Implement Linear Search in Golang #200

sobhanbera opened this issue Oct 1, 2023 · 3 comments
Assignees
Labels
Golang 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: Golang
Difficulty: ⭐️⭐️

Issue Details

Description:
Implement the Linear Search algorithm in Golang. 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 a slice 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 Golang, 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 Golang.

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 Golang labels Oct 1, 2023
@Sachinsharmak
Copy link

Sachinsharmak commented Oct 1, 2023

I'm Currently Using go language , so it will be great to contribute .
Also do i need to write the Algo Steps for this or Just Code

@sobhanbera
Copy link
Owner Author

Hey @Sachinsharmak,
I've assigned the issue to you, You can now start working on it.
You can make the code as much informative as you can.

@Sachinsharmak
Copy link

Sachinsharmak commented Oct 2, 2023

Hi @sobhanbera I've sent you the PR
Pls Check and Approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Golang 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

2 participants