Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
5 Cards in this Set
- Front
- Back
Bubble sort |
Starts at one end of the list and compares pairs of data items, if they are in the wrong order, they are swapped. Continues till it is in the ascending or descending order correctly |
|
Traversal |
An array can be traversed by moving from the first to the last element in order to examine the data stored at each index position |
|
Array |
An organised collection of related values that share single identifier |
|
Bubble Sort Algorithm |
|
|
Worked example |
|