mirror of https://github.com/lukechilds/bips.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
221 B
6 lines
221 B
#!/bin/sh
|
|
|
|
dot -Tpng -o node-variants.png node-variants.dot
|
|
dot -Tpng -o skip-skip.png skip-skip.dot
|
|
dot -Tpng -o traversal-example.png traversal-example.dot
|
|
dot -Tpng -o unbalanced-hash-tree.png unbalanced-hash-tree.dot
|
|
|