I try to record all lectures, and upload to youtube. The playlist for this term is at Fall 17 Playlist.
Most (hopefully all) of the code we do will be posted at https://gitlab.com/orlandokaram/cs5k-f17Examples/tree/master
- Aug 14 - Intro
- Aug 16 - more intro
- Aug 21 - Functions
- Aug 23-functions, using objects part1 - part2
- Aug 28 - Using objects, including printstream and scanner
- Aug 30 - More on using objects, and if statements
- Sep 6 - if and switch statements (conditionals)
- Sep 13 - Recursion
- Sep 18 - More recursion
- Sep 20 - Loops (NOT in the midterm)
- [Sep 25][https://youtu.be/WbL8kcFJxBw] - Midterm review
- Oct 2 - Midterm answers, loops
- Oct 4 - Classes
- Oct 11 - Arrays
- Oct 13 - More arrays
- Oct 18 - Interfaces and behavior inheritance
- Oct 23 - Class inheritance, collections
- Oct 30 - More collections
- Nov 1 - Exceptions and File IO
- Nov 6 - Phone book example
- Nov 8 - More on PhoneBook
- Nov 13 - DB Access and Spring MVC (Not on final)
- Nov 15 - part1 and part2