Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Racket 0.25 KB | None | 0 0
  1. (define (next-progress-states ps)
  2.     (local [(define (some-fn p)
  3.                 (this function should make a new ps with the score of p added, the time subtracted, and p removed from the                 
  4.                  unsolved problems))}
  5.             (map some-fn (ps-unsolved ps)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement