Announcements‎ > ‎

Class 12 (Chapter 16)

posted ‎‎Nov 26, 2008 2:22 AM‎‎ by Haoran Zhang   [ updated ‎‎Nov 26, 2008 6:26 AM‎‎ ]
Learning outcomes:
  1. Understand the concept of algorithms in computer programming.
  2. Learn how to use linear search and binary search, together with their pros and cons.
  3. Learn how to use selection sort, insertion sort, and merge sort, together with their pros and cons.
  4. Know how to search or sort using methods in java.util.Arrays. (See the Java API.)