Algorithms and Data Structures Tutorial
Latest uploads at Algorithms and Data Structures Tutorial. Looking for notes at Algorithms and Data Structures Tutorial? We have lots of notes, study guides and study notes available for your school.
-
1
- 0
- 0
All courses for Algorithms and Data Structures Tutorial
-
Algorithms and Data Structures Tutorial 1
Latest content Algorithms and Data Structures Tutorial
•	Start at the beginning of the list or range of values. 
•	Compare the current value to the target value. 
•	If the current value is the target value, you are done. 
•	If the current value is not the target value, move on to the next value in the list and repeat step 2. 
•	If you reach the end of the list, the target value is not in the list.
- Class notes
- • 12 pages's •
-
Algorithms and Data Structures Tutorial•Algorithms and Data Structures Tutorial
Preview 2 out of 12 pages
Getting your document ready...
•	Start at the beginning of the list or range of values. 
•	Compare the current value to the target value. 
•	If the current value is the target value, you are done. 
•	If the current value is not the target value, move on to the next value in the list and repeat step 2. 
•	If you reach the end of the list, the target value is not in the list.