From bbf44d1ea99e1843445a4b6777834ddd28a66626 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 5 Nov 2022 16:32:14 +0100 Subject: [PATCH] feat(pb071): make the table look better Signed-off-by: Matej Focko --- pb071/bonuses/08.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)