/takehome

Various puzzles, homework assignments, and interview questions

Primary LanguagePython

This repository contains various puzzles, homework assignments, or take-home interview questions I've been asked. I'll try to keep this README.md file up to date with details on what can be found in the various subfolders.

All code here is available under the Eclipse license.

/aclima

A Clojure solution to counting bigrams of frequency > 1, with splitting on punctuation. Done for Aclima

/readyforzero

Small web applications I've written for ReadyForZero's ithayer

/swiftstack-puzzles

Solutions I've written to the puzzles located on SwiftStack's puzzles page.

/uriparse

A sample URI-parsing class that I wrote in Python 2.x for an interview at Standard Treasury.