Skip to content

angl1chanin/spiral-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

spiral-matrix

Helical matrix in C language

Compile Mac M1: clang -o myTool-arm64 -mmacosx-version-min=10.15 -arch arm64 matrix_spiral.c

Simple compile for x86: gcc matrix_spiral.c -o matrix_spiral

Run: ./matrix_spiral

After run jest enter strings and columns number

About

Spiral matrix C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages