There was an error while loading. Please reload this page.
1 parent 7716304 commit 2b772f1Copy full SHA for 2b772f1
1 file changed
vicutils/printBin.py
@@ -2,8 +2,8 @@
2
3
# Default configuration constants
4
DEFAULT_UNIT_SIZE = 3
5
-DEFAULT_VALUE_FILL_CHAR = "_" # Character used to pad node values (e.g., "_5_")
6
-DEFAULT_CONNECTOR_FILL_CHAR = " " # Character used to fill horizontal gaps between node pairs
+DEFAULT_VALUE_FILL_CHAR = " " # Character used to pad node values (e.g., "_5_")
+DEFAULT_CONNECTOR_FILL_CHAR = "_" # Character used to fill horizontal gaps between node pairs
7
8
9
class BinaryNode:
0 commit comments