Skip to content
Snippets Groups Projects
Commit 6f044354 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

Merge branch 'develop' into 'master'

fix the hw1 assignment

See merge request R3/school/courses!169
parents 951ad392 f0e2e330
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ Make a *faster* version of the maze distance computation.
Submission:
- wrap your code into a package `MagicMaze`
- include a function `maze_distance_map(x::Int, y::Int)::Matrix{Int}`
- include a function that computes the distances, with a type signature such as `maze_distance_map(maze::Matrix{Bool}, x::Int, y::Int)::Matrix{Int}`
- write a unit test that demonstrates the result
- pack the package and upload it to Moodle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment