Difference between revisions of "IB Computer Science 2"

From WLCS
Line 10: Line 10:
 
** [https://arxiv.org/abs/1606.04474 Learning to learn by gradient descent by gradient descent (Andrychowicz et al. 2016)]
 
** [https://arxiv.org/abs/1606.04474 Learning to learn by gradient descent by gradient descent (Andrychowicz et al. 2016)]
 
** Other [https://deepmind.com/research/publications/ Deep Mind Publications]
 
** Other [https://deepmind.com/research/publications/ Deep Mind Publications]
 +
* [https://quickdraw.withgoogle.com/ Google Quick, Draw!]
 
* [https://www.cs.usfca.edu/~galles/visualization/QueueLL.html Dynamic Queue Visualization]
 
* [https://www.cs.usfca.edu/~galles/visualization/QueueLL.html Dynamic Queue Visualization]
 
** Use a dry-erase board to illustrate the enqueue (add) and dequeue (remove) operations
 
** Use a dry-erase board to illustrate the enqueue (add) and dequeue (remove) operations

Revision as of 11:25, 16 November 2016

Wednesday (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