Graphs can be made with pointers or an array configuration.
Speed is of the essence in this application. Why? The sheer number of permutations.
Flexibility isn't important. I don't need the full range of capabilities of a directed graph. Each vertex needs a right and a down edge.
But how many permutations are there? Curious.
There are nine items that can be arranged.
Permutations http://en.wikipedia.org/wiki/Permutation. 9! == 362880
But each card has four positions. Crud. (How did I calculate this again?) 4**9 comes to mind.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.