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