Difference between revisions of "IB Computer Science 2"

From WLCS
Line 7: Line 7:
 
* Binary Tree Code walk-through
 
* Binary Tree Code walk-through
 
* '''Binary Tree Quiz on Wednesday, Thursday (11/12/14, 11/13/14)'''
 
* '''Binary Tree Quiz on Wednesday, Thursday (11/12/14, 11/13/14)'''
 +
** Add, search, remove from a binary tree
 +
** In-order, pre-order, post-order tree traversal
 
* Work on Internal Assessment
 
* Work on Internal Assessment
  

Revision as of 09:43, 10 November 2014

Monday (11/10/14)

Agenda: Agenda:

  • Introduction to Binary Trees
  • Binary Tree Code walk-through
  • Binary Tree Quiz on Wednesday, Thursday (11/12/14, 11/13/14)
    • Add, search, remove from a binary tree
    • In-order, pre-order, post-order tree traversal
  • Work on Internal Assessment

Thursday - Friday (11/6/14 - 11/7/14)

Agenda:

Monday - Wednesday (11/3/14 - 11/5/14)

Agenda:

  • Demo Linked List if you have not already done so
  • Internal Assessment - Criterion C: Development
    • Documents the development of your project
    • Discusses major programming concepts and why you used them
    • Shows evidence of the major programming concepts via screenshots
    • You will turn in a Criterion C outline in a few weeks
  • Internal Assessment progress check
  • Work on your Internal Assessment
  • Introduction to Binary Trees

Archives