| Resource | Notes |
|---|---|
| Guide to Algorithms | Read through the end of section 1g |
| Runtime Estimates | Complete these exercises |
| Big O Cheat Sheet | Handy reference |
| Resource | Notes |
|---|---|
| What is a Data Structure | Read the article |
| JavaScript Stack Implementation | Read the article |
| JavaScript Queue Implementation | Read the article |
| Stack / Queue Exercises | Do problems 7, 8, 6 (in that order) |