Chapter 2: Selection Sort
Array
good at getting the address of an element
Linked List
linked lists are so much better at inserts
delete an element
Selection sort
Step 1: Find the the smallest element
Step 2: Use it on selection sort function
Last updated
Was this helpful?