* Half-finished a linear time search algorithm for Nova using 3 stacks.
The last part was a shower thought that evolved into an interesting idea. Linear search in Nova is, worst case, 1.5 times the number of items you have in a collection. I'd like to get that down to.. *actually* linear time. ;)