Section Quiz #1

Name: _________________
Net ID: ________________


1. Your friends need a general-purpose tree data structure to use for their algorithms. Having taken CS 2110, you immediately volunteer to code this for them. What public methods should your TreeNode class contain? (Don't write any code, but include a brief description of what each method should do)


2. How is GUI programming different from "normal" programming?