Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 335 Bytes

sequential-search-c

Description
A sample chunk of code that shows a sequential search. This program starts from the first element and goes until the item is found or doesn't exist. This program includes heavy commenting to help explain what is going on.

Resources
This project was made in Microsoft Visual Studio.