Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for each child:
  2. a := max(a, f(a, child))
  3. if cond:
  4. break
  5. return a
  6.  
  7. (last (take-while cond-inverted (reductions #(max % (f % %2)) initial-a childs)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement