Browse Source

Fixing some other mistakes

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

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

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

Loading…
Cancel
Save