Function: 5x5-crack-mutating-best

5x5-crack-mutating-best is an autoloaded, interactive and byte-compiled function defined in 5x5.el.gz.

Signature

(5x5-crack-mutating-best)

Documentation

Attempt to crack 5x5 by mutating the best solution.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
;;;###autoload
(defun 5x5-crack-mutating-best ()
  "Attempt to crack 5x5 by mutating the best solution."
  (interactive)
  (5x5-crack #'5x5-make-mutate-best))