How to draw a sudoku table? #2547
Answered
by
willmcgugan
armanboyaci
asked this question in
Q&A
-
Is it possible to generate rich tables similar to Peter Norvig's sudoku "pictures"? |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Sep 24, 2022
Replies: 3 comments 1 reply
-
You could do that with nested table. i.e. A 3 x 3 table, containing cells which are also 3 x 3 tables. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
armanboyaci
-
Thanks a lot for the tip, I'll try that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is perfect, thank you !!!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could do that with nested table. i.e. A 3 x 3 table, containing cells which are also 3 x 3 tables.