|
|
Created by Mateusz Zawadzki
over 4 years ago
|
|
| Question | Answer |
| Linear Search | A type of search algorithm in which an entire array is looped through to find the true value. |
| Binary Search | A type of search algorithm in which an array is repeatedly split in half if a value cannot be found in one half. Only works in a sorted array. |
Want to create your own Flashcards for free with GoConqr? Learn more.