Managing memory in a list of lists data structure
R-bloggers 2013-04-03
Summary:
First, a confession: instead of using classes and defining methods for them, I build a lot of ad hoc data structures out of lists and then build up one-off methods that operate on those lists of lists. I think this … Continue reading →