Competitive-Programming-Algorithms
Competitive-Programming-Algorithms copied to clipboard
Added Clockwise Spiral Pattern printing animation program
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.
The Pattern occupies the height and width as given as an input, and the pattern-line always remains one unit away from itself.