Description Usage Arguments Value Examples
Remove known impossible end points for Jack, typically as a result of having found, but not arrested Jack.
1  | trim_possibilities(paths, node)
 | 
paths | 
 list of all possible paths already traveled  | 
node | 
 vector of length 1 or 2 which specifies blocked nodes due to the presence of a policeman  | 
list of trimmed possible paths traveled by Jack
1 2 3 4  | possibilities = start_round(64)
possibilities = take_a_carriage(possibilities)
possibilities = trim_possibilities(possibilities,82)
possibilities = trim_possibilities(possibilities,c(66,67))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.