Recursive algorithms can be slow because they end up solving the same little problems over and over again. To speed them up, you can use a technique called "memoization." Memoization allows algorithms go much more quickly by remembering solutions to problems they have already solved.
I’m the recursive algorithm. This blog is my memoization.
Friday, January 23, 2015
Added custom search
It's nice to be in control of the search page. And it's nice to have the search be exhaustive. Awesome.
No comments:
Post a Comment