binary tree,octtree?
16 chess pieces at the beginning a double oct-tree?
so if it is octtree is there a way to make it multithreaded to speed up recursive up and down going thru moves(tree),by let each thread wander up and down in left/right parts with two threads simultanously?
the old code I seen is wander up and down in a tree,similar a human mind looks ahead on moves and calculates wins and losses of chess pieces,pawn to queen use the normal values,Kings set value as high as possible so it appears as infinite