chore(ib002,ib111): use consistent naming

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-11-29 17:58:39 +01:00
parent 3bd003cdcd
commit fa0ff486a3
Signed by: mfocko
GPG key ID: 7C47D46246790496
48 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ tags:
- backtracking
---
- [Sources](pathname:///files/ib002/karel_1)
- [Sources](pathname:///files/ib002/karel-1)
## Introduction
@ -58,7 +58,7 @@ Helper functions / procedures are allowed. Return values are allowed.
Your task is to decide whether there is an exit from the maze or not. You can see
an example of a maze here:
![Image of the maze](/img/ib002/karel_1/maze.png)
![Image of the maze](/img/ib002/karel-1/maze.png)
## Simple problem to get familiar with the robot
@ -69,7 +69,7 @@ You are standing in front of the stairs, your task is to walk up the stairs.
You can see an example of such map here:
![Image of the stairs](/img/ib002/karel_1/stairs.png)
![Image of the stairs](/img/ib002/karel-1/stairs.png)
## Brainstorm the idea

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB