+ 3
Fill a specific table :
i want simple methode to fill a table of dimension NxN like this table: ---------------> 1 2 3 4 5 | 16 17 18 19 6 V 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9 <--------------
5 Answers
+ 2
https://code.sololearn.com/cEp8nUayCY2z/?ref=app
this is my code đ
+ 5
That's not the answer. You have to spiral clockwise in single increments, until you reach the centre.
+ 4
This should give you some clues:
https://code.sololearn.com/cDM7qLwpjK08/?ref=app
The code prints out coordinates, and the integer that should appear at that coordinate. Top left is (0, 0).
+ 2
can you post a code please?
+ 1
thank you Xan , you are a legend