Skip to content

Created LinearSearch in c#964

Open
kl2400030727 wants to merge 1 commit intoDhanushNehru:mainfrom
kl2400030727:patch-1
Open

Created LinearSearch in c#964
kl2400030727 wants to merge 1 commit intoDhanushNehru:mainfrom
kl2400030727:patch-1

Conversation

@kl2400030727
Copy link
Copy Markdown

@kl2400030727 kl2400030727 commented Oct 31, 2025

🤝 Join the Discussion!

Thank you for contributing! Before you submit this Pull Request, please take a moment to:

  1. Follow the maintainer of the repository
  2. Join ongoing discussions Subscribe to our youtube channel and support us 🚀 #405 and make sure you voted.
  3. For a list of repositories that contribute towards Hacktoberfest refer this

📋 PR Details

Description of Changes:
A brief description of what this PR is about. What problem does it solve?
This C program implements the Linear Search algorithm to find an element in an array.
It sequentially checks each element until the desired value is found or the list ends.
This simple searching technique is useful for beginners learning array traversal and search logic.

Related Issues/Discussions:
Link any related issues, discussions, or PRs.
It fixes issue#15

📝 Contributor Info

Your Name:
Please enter your name here so we can give you credit in the community.
Snehitha Kurapati

Checklist Before Submitting

  • I have checked the code for errors and ensured it follows the project's guidelines.
  • I have read the contribution guidelines.
  • I have participated in related discussions or created an issue if necessary.
  • I have included my name above.

📣 Additional Comments

Anything else you want to share about this PR? Feedback, suggestions, or additional info? Let us know!


Thank you for contributing! 🎉 Your participation helps make this project better. Let's grow together

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant