Under construction

Announcements

  • This website is under construction and is still being updated for 2022.
  • Each student in this course is expected to abide by the Cornell University Code of Academic Integrity. Any work submitted by a student in this course for academic credit must be the student’s own work.

Overview

Intermediate programming in a high-level language and introduction to computer science. Topics include object-oriented programming (classes, objects, subclasses, types), graphical user interfaces, algorithm analysis (asymptotic complexity, “big O” notation), recursion, testing, program correctness and loop invariants, searching/sorting, data structures (lists, trees, stacks, queues, heaps, search trees, hash tables, graphs), and graph algorithms. Java is the principal programming language.