Skip to content

Instantly share code, notes, and snippets.

@worace
Created February 8, 2016 17:31
Show Gist options
  • Save worace/976d2a2e90230ba3f981 to your computer and use it in GitHub Desktop.
Save worace/976d2a2e90230ba3f981 to your computer and use it in GitHub Desktop.

Echo Work Time

Option A - Mythical Creatures

If you have not done (or not completed) Mythical Creatures, spend the time you aren't being evaluated working on that. As you work, spend a few moments to jot some quick pseudocode for each method before you dive into it.

Option B - Pseudocoding Mastermind

Now that we've talked about pseudocode and the process of breaking down algorithms, revisit your mastermind with this in mind.

  1. Pick out your 2 or 3 "favorite" methods.
  2. Revisit those methods and apply the iterative design techniques we discussed to write pseudocode describing what each method should be doing
  3. Once you have some pseudocode in place, try to sketch out possible test cases you could use to guide the process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment