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
- Problem Domain (break down the problem)
- Algorithm (what you have to do in english)
- Pseudo Code (almost code)
- Code
- Efficiency (how efficient your code is)
!!!FOR LAB!!! Selecting based off attributes, review for tomorrows lab
jQuery
- In jQuery, 'this', is the event target.