Competitive-Programming-Algorithms icon indicating copy to clipboard operation
Competitive-Programming-Algorithms copied to clipboard

Added Clockwise Spiral Pattern printing animation program

Open OjusWiZard opened this issue 5 years ago • 0 comments

This program takes two integers for the width and height of the Pattern, and then print the Spiral pattern with animation as if a snake is moving.

Example

The Pattern occupies the height and width as given as an input, and the pattern-line always remains one unit away from itself.

OjusWiZard avatar Oct 01 '20 20:10 OjusWiZard