Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.53 KB

01.md

File metadata and controls

44 lines (28 loc) · 1.53 KB

W3D1

Today's Learning Goals:

  • What are the constraints of (any type of) Heap?
  • What type of Data Structure might we use to implement a heap?
  • What is the formula for getting the left child of a Heap root node? Right child?
  • What is a Priority Queue?
  • What is an XMLHttpRequest?
  • What's the difference between the DOMContentLoaded and load event triggers?

Study

Algorithms

Heaps are a new type of tree that are extremely useful when implementing any type of priority queue. They are unique in that one very efficient way to implement them is with an array. They are especially efficient for extracting a min/max value from a set of data!

Read:

Web

AJAX Review.

Read:

JavaScript

Misc

  • Redux - "Passing the Store down Explicitly through Context" through "Passing the Store down with from React Redux"

Network and Apply

  • Reach out to 2 people
  • Apply to 5 jobs