Browse Source

Fixing some other mistakes

pull/401/head
Augusto 5 years ago
parent
commit
f16c0de937
  1. 36
      subjects/go-reloaded.audit.en.md

36
subjects/go-reloaded.audit.en.md

@ -793,14 +793,16 @@ root =
└── 05 └── 05
└── 02 └── 02
└── 03 └── 03
and node = 02 and node = 02
###### Does the function returns ```
```
01 01
└── 07 └── 07
├── 12 ├── 12
│ └── 10 │ └── 10
└── 05 └── 05
└── 03 └── 03
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -812,14 +814,16 @@ root =
├── 31 ├── 31
└── 13 └── 13
└── 11 └── 11
and node = 20 and node = 20
###### Does the function returns ```
```
33 33
├── 5 ├── 5
│ └── 52 │ └── 52
└── 31 └── 31
└── 13 └── 13
└── 11 └── 11
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -832,13 +836,15 @@ root =
└── 14 └── 14
└── 11 └── 11
and node = 03 and node = 03
###### Does the function returns ```
```
39 39
├── 99 ├── 99
│ └── 44 │ └── 44
└── 11 └── 11
└── 14 └── 14
└── 11 └── 11
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -850,14 +856,16 @@ root =
│ ├── 24 │ ├── 24
│ └── 111 │ └── 111
└── 01 └── 01
and node = 03 and node = 03
###### Does the function returns ```
```
03 03
├── 94 ├── 94
│ └── 19 │ └── 19
│ ├── 24 │ ├── 24
│ └── 111 │ └── 111
└── 01 └── 01
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -870,13 +878,15 @@ root =
│ └── 111 │ └── 111
└── 01 └── 01
and node = 01 and node = 01
###### Does the function returns the value above? ```
```
02 02
└── 03 └── 03
└── 92 └── 92
└── 19 └── 19
├── 22 ├── 22
└── 111 └── 111
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -889,13 +899,15 @@ root =
└── 23 └── 23
└── 21 └── 21
and node = 00 and node = 00
###### Does the function returns the value above? ```
```
02 02
└── 04 └── 04
└── 53 └── 53
├── 66 ├── 66
└── 23 └── 23
└── 21 └── 21
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```
@ -907,14 +919,16 @@ root =
└── 83 └── 83
└── 28 └── 28
└── 24 └── 24
and node = 03 and node = 03
```
```
02 02
└── 06 └── 06
└── 09 └── 09
└── 83 └── 83
└── 28 └── 28
└── 24 └── 24
```
###### Does the function returns the value above? ###### Does the function returns the value above?
##### Try with the arguments: ##### Try with the arguments:
``` ```

Loading…
Cancel
Save