Soduko Game Implementation

Hello buddies!
I have a crazy request! I'll appreciate if you help me.
I want to have some implementation of Sudoku game Generator with some kind of data structures: "Array", "Stack", "Queue", "Linked List" and "Binary Search Tree".
I DO NOT want any code, Just short (brief) description of "How to make Sudoku with x structure?", every kind about 5 lines.
Which kind of data structure did you used to accomplish it? If you know anything, please please share it to me.
Thanks a lot...
Last edited on
I don't know anything about soduko other than its a game played on a board similar to tic-tac-toe or a crossword puzzle. That, to me, makes me thing of using a 2D array.
What do you mean by sudoku game? What should it include? Board generator? Ability to play? Automatic solver?

Also all data structures you described are not needed in that game implementation (aside from array. You can use it)
Yes, Generator...
http://zhangroup.aporc.org/images/files/Paper_3485.pdf
You would be interested in chapter 5.3
Topic archived. No new replies allowed.