GraphvizAnim icon indicating copy to clipboard operation
GraphvizAnim copied to clipboard

Consider use ordered set instead of set

Open ZhangYet opened this issue 5 years ago • 0 comments

demo

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"];

ZhangYet avatar Jan 26 '20 02:01 ZhangYet