Difference between revisions of "IB Computer Science 2"

From WLCS
Line 7: Line 7:
  
 
== Thursday - Monday (12/3/15 - 12/7/15) ==
 
== Thursday - Monday (12/3/15 - 12/7/15) ==
 +
'''Agenda:'''
 
* LinkedList demos!
 
* LinkedList demos!
 
* Introduction to Binary Trees
 
* Introduction to Binary Trees
Line 13: Line 14:
  
 
== Tuesday (12/1/15) ==
 
== Tuesday (12/1/15) ==
 +
'''Agenda:'''
 
* Dual enrollment application and testing
 
* Dual enrollment application and testing
 
* Complete LinkedList assignment posted on Google Classroom
 
* Complete LinkedList assignment posted on Google Classroom
  
 
== Friday - Tuesday (11/20/15 - 11/24/15) ==
 
== Friday - Tuesday (11/20/15 - 11/24/15) ==
 +
'''Agenda:'''
 
* Demo DynamicQueue
 
* Demo DynamicQueue
 
* Introduction to [http://en.wikipedia.org/wiki/Linked_list#Basic_concepts_and_nomenclature Linked Lists] (walk-through)
 
* Introduction to [http://en.wikipedia.org/wiki/Linked_list#Basic_concepts_and_nomenclature Linked Lists] (walk-through)

Revision as of 12:38, 9 December 2015

Wednesday (12/9/15)

Agenda:

Thursday - Monday (12/3/15 - 12/7/15)

Agenda:

  • LinkedList demos!
  • Introduction to Binary Trees
  • Binary Tree Quiz on Wednesday (12/9/15)

Tuesday (12/1/15)

Agenda:

  • Dual enrollment application and testing
  • Complete LinkedList assignment posted on Google Classroom

Friday - Tuesday (11/20/15 - 11/24/15)

Agenda:

  • Demo DynamicQueue
  • Introduction to Linked Lists (walk-through)
    • Data Structure Visualizations
    • What does a Linked List look like?
    • Linked List attributes
      • first
      • last
      • size
    • Linked List methods
      • adding data (beginning, middle, end)
      • deleting data (beginning, middle, end)
      • getting data
      • modifying data
      • searching for data
      • clearing all data
    • Complete LinkedList assignment posted on Google Classroom

Wednesday (11/18/15)

Agenda:

  • Finish DynamicStack walk-through
  • Testing DynamicStack
  • Dynamically-sized Queues - complete by the end of today
    1. On paper, draw the before-and-after pictures