EB
Size: a a a
EB
ЮЛ
M
ZS
EB
MG
8
/
2 > 0 > 7
/ \
root > 1 6
\
5 > 7
MG
[ null, [ 1, [ 2, [ 8 ], [ 6 ], [ 0, [ 7 ] ] ], [ 5 ] ] ]
is confusingEB
MG
nullso that it prints correctly like
└──1
│ ├──2
│ │ ├──8
│ │ ├──6
│ │ └──0
│ │ │ └──7
│ └──5
$ tree null -chttps://pl.kotl.in/1g8tYsEjy
null
└── 1
├── 2
│ ├── 8
│ ├── 6
│ └── 0
│ └── 7
└── 5
I
nullso that it prints correctly like
└──1
│ ├──2
│ │ ├──8
│ │ ├──6
│ │ └──0
│ │ │ └──7
│ └──5
$ tree null -chttps://pl.kotl.in/1g8tYsEjy
null
└── 1
├── 2
│ ├── 8
│ ├── 6
│ └── 0
│ └── 7
└── 5
I
I
MG
I
nullso that it prints correctly like
└──1
│ ├──2
│ │ ├──8
│ │ ├──6
│ │ └──0
│ │ │ └──7
│ └──5
$ tree null -chttps://pl.kotl.in/1g8tYsEjy
null
└── 1
├── 2
│ ├── 8
│ ├── 6
│ └── 0
│ └── 7
└── 5
I
I
I
MG