Course Links

Exercises

Resources

External

The links below lead to short videos demonstrating various course-related topics. For non-video tutorials, click here.

  1. Creating "Hello World" in Java
  2. Creating a typescript file
  3. Line-by-line explanation of AddTax.java
  4. Explanation of arrays using AddTaxArr.java
  5. Picture of memory allocation for MyPointDistance.java
  6. Picture of memory allocation for JCircle.java
  7. Short piece on how to use arrays in Java (1D and 2D)
  8. Video lecture on events, listeners, and GUI development
  9. Video lecture on tree traversal
  10. Video lecture on decision trees
  11. Video lecture associative maps