搜索资源列表
n
- 使用c语言打印n阶螺旋矩阵,算法较为浅显易懂-N order to print using c language spiral matrix, the algorithm is more easy to understand
Spiral-print-algorithm
- 实现螺旋打印的算法实现。这是一个面试题,由于当时没有时间实现出来,第二天实现了。-Algorithm spiral print, I do not know whether the excellent
Any-screw-matrix
- 能打印如下的任意长度数字螺旋矩阵 长度为3: 1 8 7 2 9 6 3 4 5 长度为4: 1 12 11 10 2 13 16 9 3 14 15 8 4 5 6 7 长度为n -Any length can print the following figures spiral matrix length of 3: 1 8 7 2 9 6 3 4 5 length of 4: 1 12 11 10 2 13
