Skip to content

Instantly share code, notes, and snippets.

Session 1:
Using an IDE, components of a computer, Java programming overview, compiled vs. interpreted language, static vs. dynamic languages.
Session 2:
Source control, code reviews, naming conventions, debugging in Eclipse, intro to data structures
Session 3:
Data structures: arrays, lists, stacks, queues Asymptotic notation (Big “Oh”)
Session 4: