Fibonacci Performance

March 08, 2014

The Fibonacci Sequence

A few colleagues of mine decided to test the performance of different iterative and recursive algorithms for finding the nth number of the fibonacci sequence. Incredibly interesting. You can see the JS Perf results here.

Also check out the Modern JavaScript blog on Fibonacci.

Freaq Out!

## The `freaq` bookmarkletOne of my students, Zach Pomerantz, created a bookmarklet called [freaq](http://www.freaq.io/) that is an audio...… Continue reading

Bitwise N-Queens

Published on May 08, 2014

Flooring a Number

Published on May 06, 2014