[whitespace]

main
Jacopo De Simoi 6 months ago
parent 9c8b316a00
commit f211a93e3e
  1. 2
      p21/p21.org

@ -171,7 +171,7 @@ So we start from all possible combinations of keypad pairs
(apply #'+ (--map (cdr (assoc it al)) (split-into-char-pairs (concat "A" s)))))
(defun iterate-step (l)
(--map (cons (car it) (-min
(--map (cons (car it) (-min
(--map (iterate-robot it l) (cdr it))))
basis-induction))

Loading…
Cancel
Save