Lecture 2 Sept 10, 2019 Lecture Notes - corey-marchand/data-structures-and-algorithms GitHub Wiki

Welcome to the data-structures-and-algorithms wiki!

Steps for White-boarding

  1. Problem Domain (break down the problem)
  2. Algorithm (what you have to do in english)
  3. Pseudo Code (almost code)
  4. Code
  5. Efficiency (how efficient your code is)

!!!FOR LAB!!! Selecting based off attributes, review for tomorrows lab

jQuery

  • In jQuery, 'this', is the event target.