all tests working

main
Matthew Butterick 10 years ago
parent cf1bd38a9e
commit 9f14c44423

@ -132,6 +132,8 @@ A collection of 33 coins, consisting of nickels, dimes, and quarters, has a valu
;; queens problem
;; place queens on chessboard so they do not intersect
(define qp (new Problem))
(define cols (range 8))
(define rows (range 8))

Loading…
Cancel
Save