Monthly Archives: June 2015

Python: function memoization

First a little question. What do you expect the following (Python 2) code to return? Maybe try it and see? If the answer of “[2]”, followed by “[2, 3]” wasn’t what you had in mind then you need to understand … Continue reading

Posted in programming | Comments Off on Python: function memoization