In this post I would be discussing the implementation of a program to fill a square double dimension array in a circular fashion, also known as spiral matrix due to it’s appearance. This problem on cyclic filling of an array was asked in the ISC Computer Science Practical Examination 1998. The problem can be easily […]
The post Spiral matrix appeared first on www.VinaySingh.info.