GraphvizAnim
GraphvizAnim copied to clipboard
Consider use ordered set instead of set

When drawing binary trees, it's better to keep nodes in order so that we can distinguish the left and right nodes.
and we also need graph [ordering="out"];