kmmbvnr / sarasvati

Automatically exported from code.google.com/p/sarasvati
0 stars 5 forks source link

Backtracking may fail if working with unbalanced trees #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Backtracking may fail if working with unbalanced trees. This is because the
root of the tree may be reached from one side before the other side. Fix is
to make sure all children are processed before the root is.

Original issue reported on code.google.com by plor...@gmail.com on 21 Aug 2009 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Released with version 1.0.0

Original comment by plor...@gmail.com on 29 Apr 2010 at 3:53