Learn R Programming

whitechapelR (version 0.3.0)

take_a_carriage: Track carriage movement

Description

Track two steps of unknown movement by Jack, on roads

Usage

take_a_carriage(paths)

Arguments

paths

list of all possible paths already traveled

Value

list of all possible paths traveled by Jack

Examples

Run this code
# NOT RUN {
possibilities = start_round(64)
possibilities = take_a_carriage(possibilities)
# }

Run the code above in your browser using DataLab