Difference between revisions of "IB Computer Science 2"

From WLCS
Line 9: Line 9:
 
* Linked List
 
* Linked List
 
*# Download the files:
 
*# Download the files:
*#* [Media:LinkedList.java]
+
*#* [[Media:LinkedList.java]]
*#* [Media:LinkedListTestMain.java]
+
*#* [[Media:LinkedListTestMain.java]]
 
*#* Complete the LinkedList implementation
 
*#* Complete the LinkedList implementation
  

Revision as of 11:55, 21 November 2016

Monday (11/21/16)

Agenda:

Thursday (11/17/16)

Agenda:

Tuesday (11/15/16)

Warmup:

  • Draw the following illustrations
    1. an empty stack
    2. push(6)
    3. push(1)
    4. pop()
    5. push(3)
    6. push(5)
    7. pop()

Agenda:

Thursday (11/10/16)

Agenda:

Monday (11/7/16)

Agenda:

  • Node Quiz
    • Closed-note, closed-book
    • Use a pencil!
  • If you wish to turn in any missing work, then you must e-mail me your code for review
  • Work on Java - Dynamic Stack Assignment

Thursday (11/3/16)

Agenda:

Tuesday (11/1/16)

Agenda:

Archives