Created by Ruth Hyndman
almost 9 years ago
|
||
Name 3 types of array.
Name some ways we sort Arrays.
What is a selection sort?
more + time complexity
Pseudocode of Selection Sort
Selection Sort: Example 2
What is a Bubble sort?
Bubble sort Algorithm
Name methods for searching an array.
What is a Sequential Search (Linear)?
What is a Binary Search?
Linear vs. Binary Search