Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Linear search fix. #504
Linear search fix. #504
Conversation
Codecov Report
@@ Coverage Diff @@
## master #504 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 149 149
Lines 2612 2611 -1
Branches 434 434
=========================================
- Hits 2612 2611 -1
Continue to review full report at Codecov.
|
Make it consistent with the description:
"It sequentially checks each element of the list for the target value until a match is found or until all the elements have been searched."