Difference between revisions of "IB Computer Science II"

From WLCS
Line 1: Line 1:
 
== Monday (1/5/09) ==
 
== Monday (1/5/09) ==
 
'''Warmup:'''
 
'''Warmup:'''
 +
* Describe in three words what you did over winter break
 
* Draw the binary tree that results after inserting the following numbers: 2, 6, 3, 4, 5, 1, 8, 9
 
* Draw the binary tree that results after inserting the following numbers: 2, 6, 3, 4, 5, 1, 8, 9
 
** Describe the process of searching the binary tree for the number 5
 
** Describe the process of searching the binary tree for the number 5

Revision as of 10:58, 5 January 2009

Monday (1/5/09)

Warmup:

  • Describe in three words what you did over winter break
  • Draw the binary tree that results after inserting the following numbers: 2, 6, 3, 4, 5, 1, 8, 9
    • Describe the process of searching the binary tree for the number 5
    • Describe the process of searching the binary tree for the number 7
  • Draw the binary tree that results after inserting the following words: "When in the Course of human events it becomes necessary for one people..."

Agenda:

Monday (12/22/08)

  • Demo your BTAddressBook by the end of today!
  • Dossier - Data Structures
    • The Data Structures section of your dossier is due on Monday (1/5/09).

Archives