-- http://mail.python.org/mailman/listinfo/python-list
If the order of node-entry into seen_nodes is never used (if particular,
if 'node in seen_nodes' is its only usage), then seen_nodes could be a
set and the 'in' operation would be O(1) instead of O(n).
- Re: Puzzling: local variable in recursive function made g... andrew cooke
- Re: Puzzling: local variable in recursive function made g... Diez B. Roggisch
- Re: Puzzling: local variable in recursive function m... andrew cooke
- Re: Puzzling: local variable in recursive function m... Peter Otten
- Re: Puzzling: local variable in recursive functi... Daniel Oberski
- Re: Puzzling: local variable in recursive fu... Peter Otten
- Re: Puzzling: local variable in recursiv... andrew cooke
- Re: Puzzling: local variable in recursive function m... Daniel Oberski
- Re: Puzzling: local variable in recursive function made g... Daniel Oberski
- Re: Puzzling: local variable in recursive function made g... Terry Reedy
- Re: Puzzling: local variable in recursive function made g... Aahz