Zikun Xu
2011-06-14 07:41:36 UTC
void apply( TrieNode &node, int &running, void (*action)( TrieNode
&node, int &running ) );
The reference parameter running provides an integer variable for
passing information between calls to action.
I do not understand what kind of information it passes.
&node, int &running ) );
The reference parameter running provides an integer variable for
passing information between calls to action.
I do not understand what kind of information it passes.