Week 4 assignments:

We did a lot of recursive stuff this week. I did some extra stuff with blake such as trying to figure out a function to draw the hilbert curve, plus the koch curve / snowflake and some others

The timing for my fibbonacci code comes out to ~0.006 seconds for 1000 fibbonacci numbers. I couldn't do any higher because python is giving me "maximum recursion limit exceeeded" errors