Skip to content

viktoriyavulfson/SpiralPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The program prints out an two-dimensional array or characters in spiral order. It takes any NxM array.

For example

var message = new char[,]
    	{
		{ 'H', 'A', 'V' }, 
		{ 'D', 'A', 'E' }, 
		{ 'E', 'Y', 'A' }, 
		{ 'C', 'I', 'N' }
        };

will be printed as HAVEANICEDAY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages