Skip to content

Instantly share code, notes, and snippets.

@johnwarejunior
Forked from bonnie/thursday_instruction.md
Created February 22, 2018 18:20
Show Gist options
  • Save johnwarejunior/93c3fff771fb5f452e6ca3abf6e15836 to your computer and use it in GitHub Desktop.
Save johnwarejunior/93c3fff771fb5f452e6ca3abf6e15836 to your computer and use it in GitHub Desktop.
Plan and links for Thursday's Algorithms / Data Structures instruction

Thursday Algorithms / Data Structures plan

Week 1: Runtime

Resource Notes
Guide to Algorithms Read through the end of section 1g
Runtime Estimates Complete these exercises
Big O Cheat Sheet Handy reference

Week 2: Stacks / Queues

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)

Week 3: Linked lists

Week 4: Recursion

Week 5: Trees

Week 6: Graphs

Week 7: Sorting

Week 8: TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment