Skip to content

Instantly share code, notes, and snippets.

View nathangthomas's full-sized avatar

Nathan Thomas nathangthomas

View GitHub Profile

Technical Interview Practice Assignment

You have three options for this assignment. Each one will cover a datastructure you will most likely encounter at some point in your technical interviews.

  1. A Perilous Journey
    • Linked Lists
    • You may have seen them from the B3 intermission work
  2. Date Night
    • Binary Search Trees
  3. Complete Me
@nathangthomas
nathangthomas / mod_1_bee_drills_setup.md
Created April 17, 2019 16:08 — forked from josh-works/mod_1_bee_drills_setup.md
mythical creatures, prework, ruby exercises, turing, ruby

Make mod 1 easier than it otherwise would be: a guide

This guide will make Turing's mod 1 much easier than it otherwise would be.

We'll do this by working on, (and completing) a few dozen small Ruby exercises.

You might be thinking:

Josh. This already sounds like a lot of work. I just finished my prework, and I know Turing's gonna be brutal. Why should I do all of this optional work, instead of enjoying my last few days of freedom?

Good question. The answer is a digression into the topic of tortured analogies involving screw bits, how to learn hard things, and why you should do drills.

@nathangthomas
nathangthomas / mod_0_session_4_practice_tasks.md
Last active February 27, 2019 01:51 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@nathangthomas
nathangthomas / mod_0_markdown_practice.md
Last active February 23, 2019 16:31 — forked from rwarbelow/mod_0_markdown_practice.md
Mod 0 Markdown Practice

Markdown Practice

Take a look at the Mod 0 Tech Setup instructions. Next, click the Raw button and compare the raw markdown to how the gist displays.

Look for the following elements, and under each bullet point, paste an example of the markdown that creates each.

  • Headings of various sizes

large heading

medium heading

small heading