diff --git a/pb071/bonuses/08.md b/pb071/bonuses/08.md index 98e9f75..20703a2 100644 --- a/pb071/bonuses/08.md +++ b/pb071/bonuses/08.md @@ -92,9 +92,10 @@ or `nil`. Why would we have `nil` in a file? The file represents pre-order itera through the tree. Leaves never have rank different than 0, so you can safely assume 2 non-existing `nil`s in the input after you read such node ;) - +
+ +
Example input fileTree it represents
-Example input file ``` 8;4 @@ -116,7 +117,6 @@ nil -Tree it represents ![tree](/files/pb071/bonuses/08/tree.png)