Skip to content

kevin-chau/ModularMadness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular Madness

To compile the program, run make

The program will be placed in the bin directory. cd to bin, then execute the program like so:

./ModularMadness

To compile the test suite, run make tests

You can execute the test suite by going into the bin directory and running ```

./tests

The test named example in the ModularMadnessTest test fixture exercises the example provided in the original task specification.

To-Do:

  • Implement cyclic graphs
  • Implement signal summing for multiple inputs
  • Limit output strings to sixteen times the number of input strings
  • Add license file and license boilerplate blocks to source code