CS100A Lecture 19
Previous Lecture
- Representation Rules of Thumb.
- Transform problems to simpler equivalent problems
- Maintain duplicate representations if helpful
- Choose representations that limit search spaces
- Find representations that yield uniform algorithms.
The Next Several Lectures
- MatLab
- Learn MatLab
- Implement (a piece of MatLab) in Java
- Get an appreciation for what MatLab does for you
- Learn to implement a class of some complexity
- Handout: The CS100 MatLab Syllabus
- Java Concepts
- Overloading
- this as a constructor