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
Usage: ./lctree <leetcode tree>
Convert a leetcode tree into DOT
Example:
- Print the tree in DOT
./lctree "[1,null,2,3]"
- Open the tree directly with an image viewer (e.g feh)
./lctree "[1,null,2,3]" | dot -Tpng | feh -