Skip to content

makoru-hikage/single-array-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Array Square (SA-square)

Also called 1-dimensional array square. This is a program to represent a perfect square in a single array. The parts of a perfect square are described using a series of mathematical equations which results in integers.

To read further, please follow this link

Features

  • Displays a text-based perfect square
  • Highlights a chosen row or column of a perfect square
  • Highlights all four corners of a square
  • Highlights the center of a square
  • Shows a cell's counterpart on the other side of a square

Usage

Requires Unix's Make and GCC. Please clone this project and do the following on the CLI.

cd src
make
./sasquare

License

MIT

About

A perfect square represented by a one-dimensional array

Resources

License

Stars

Watchers

Forks

Packages

No packages published