mirror of
https://github.com/mfocko/blog.git
synced 2024-11-21 20:43:48 +01:00
chore(ib002,ib111): use consistent naming
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
3bd003cdcd
commit
fa0ff486a3
48 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ tags:
|
||||||
- backtracking
|
- backtracking
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Sources](pathname:///files/ib002/karel_1)
|
- [Sources](pathname:///files/ib002/karel-1)
|
||||||
|
|
||||||
## Introduction
|
## 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
|
Your task is to decide whether there is an exit from the maze or not. You can see
|
||||||
an example of a maze here:
|
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
|
## 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:
|
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
|
## Brainstorm the idea
|
||||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue