GWU

CS 1111

Introduction to Software Development

GWU Computer Science


Algorithm Toolbox for Lecture Notes 03

We have, and will, learn some Java syntax this semester. However, what we really want to focus on in this class is algorithm design and problem decomposition. Below is a cheat sheet, in pseudocode, of what we have in our "toolbox" for conceptually solving problems in the abstract language of computers.

Operators (things we can do)

Data (things we can store, read, and modify)