Representing a tree in Matlab?
October 6, 2008 9:16 PM
Subscribe
What is a good way to represent an N-ary tree in Matlab?
I am working on a classic AI problem. (Minimax with Alpha-Beta pruning). I need to represent all possible game states in a tree. How would you go about expanding the tree and representing it in some data structure?
posted by fake to computers & internet (9 comments total)
posted by orthogonality at 9:45 PM on October 6, 2008