mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
feat(pb071): make the table look better
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
26741e96d0
commit
bbf44d1ea9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
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 ;)
|
2 non-existing `nil`s in the input after you read such node ;)
|
||||||
|
|
||||||
<table><tr>
|
<table>
|
||||||
|
<tr><th>Example input file</th><th>Tree it represents</th></tr>
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
Example input file
|
|
||||||
|
|
||||||
```
|
```
|
||||||
8;4
|
8;4
|
||||||
|
@ -116,7 +117,6 @@ nil
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
Tree it represents
|
|
||||||
|
|
||||||
![tree](/files/pb071/bonuses/08/tree.png)
|
![tree](/files/pb071/bonuses/08/tree.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue