A Common-Sense Guide to Data Structures and Algorithms, Second Edition: page 326 - missing param

A Common-Sense Guide to Data Structures and Algorithms, Second Edition by @jaywengrow:
page 326 - missing param

on the def autocomplete example missing param:
should be self.collectAllWords(currentNode, prefix)

Thank you! I’ll dig into this and make the appropriate fix.

Hi again,

I checked this out more thoroughly, and it appears that the code is currently correct as it stands. There is no need to pass the prefix parameter into the collectAllWords method.

Best,
Jay