It's a challenge! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

19th Mar 2022, 5:24 AM
Md Saif Ali
Md Saif Ali - avatar
1 Answer
+ 3
Post challenge code here in this post https://www.sololearn.com/Discuss/1270852/?ref=app
19th Mar 2022, 6:05 AM
A͢J
A͢J - avatar