You need to log-in or subscribe in order to use Student access.

Topic 4.2 - Connecting computational thinking and program design - Exercises

1. Compare and contrast linear and binary search. 2. Show how the following array of integers will be sorted (smallest to largest) step by step with a) Bubble sortb) Selection sort{5,10,2,9,0, 8,1}3. JAVA has many types of collections used to store data. Using the JAVA API (http://docs.oracle.com/javase/8/docs/api/) outline two standard operations to add and retrieve data on ArrayList and LinkedList classes.

To access the entire contents of this site, you need to log in or subscribe to it.

Alternatively, you can request a one month free trial.