You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't rely on having the preorder and postorder methods from tskit anymore, so we'll need to have a way to compute them (returning arrays). Preorder is easily done with a stack. We can do postorder using recursion for now for simplicity.
We should also consider defining these as dataset variables, so we reuse them if we want to.
The text was updated successfully, but these errors were encountered:
We can't rely on having the preorder and postorder methods from tskit anymore, so we'll need to have a way to compute them (returning arrays). Preorder is easily done with a stack. We can do postorder using recursion for now for simplicity.
We should also consider defining these as dataset variables, so we reuse them if we want to.
The text was updated successfully, but these errors were encountered: