Skip to content
forked from zeade/Toybox

A collection of odds and ends that tend to live somewhere between CS and a whiteboard interview. Keywords: fibonacci, factorial, quicksort, shuffling.

Notifications You must be signed in to change notification settings

magicpriest/Toybox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

/** 
 * Interview questions suck.  Here are a few algorithms, a toybox of bit
 * and pieces in various languages that you might find in an interview.
 * The best way to learn is to do it yourself, ingraining till it is
 * reflexive.  The other way is search-copy-paste.  I make no
 * guarantees to the correctness or even usefullness of this code.
 * 
 * Copyright (c) 2011, Micah Jaffe 
 * Licensed for use under BSD License.
 * http://www.opensource.org/licenses/bsd-license.php
 */

About

A collection of odds and ends that tend to live somewhere between CS and a whiteboard interview. Keywords: fibonacci, factorial, quicksort, shuffling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published