Search the value 10 using a linear search.

Search the value 56 using a binary search.
   (Make sure to sort the list first!)

Sort this list using an insertion sort.

Sort this list using a bubble sort.

Sort this list using a merge sort.

Sort this list using a quick sort.
46
60
35
27
68
10
56
11
55
30