Thomash wrote:Here is my bot in just 377 lines of code (in OCaml):
http://pastebin.com/yVBVZEds
And here is my profile:
http://aichallenge.org/profile.php?user=12973
let sqrt n =
Was there a reason you implemented sqrt instead of using the standard library's instead?