Skip to content

A chunk of code that shows a sequential search.

License

Notifications You must be signed in to change notification settings

aryputh/sequential-search-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.