Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 767 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 767 Bytes

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