Skip to content

Added linear Search implementation in search module#3137

Open
Vanshraj30 wants to merge 3 commits into
TheAlgorithms:masterfrom
Vanshraj30:first-pr
Open

Added linear Search implementation in search module#3137
Vanshraj30 wants to merge 3 commits into
TheAlgorithms:masterfrom
Vanshraj30:first-pr

Conversation

@Vanshraj30
Copy link
Copy Markdown

Description

Added a C++ implementation of the Linear Search algorithm in the search module.

Changes Made

  • Implemented linear search function with clear logic
  • Added basic example usage
  • Ensured readability with proper formatting

Purpose

This contribution adds a fundamental searching algorithm to the repository, which can help beginners understand basic search techniques.

Notes

The implementation follows standard C++ practices and handles basic cases.

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