0
It's a challenge!
Write code to accept square matrix and arrange element in spiral form after sorting it in ascending order. Eg: if matrix is of 4*4 order and elements are Input: 4 2 3 1 7 8 6 5 10 12 11 9 15 13 14 16 Output: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7 Note: you can use any language.
1 Respuesta
+ 3
Post challenge code here in this post
https://www.sololearn.com/Discuss/1270852/?ref=app