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...
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.