Assets |
Location |
Correctness
- 12 tests
- there is NO resubmission for this project
|
- HackerRank
hr_Life-Conway.cpp (combine Life.hpp and run_Life-Conway.cpp )
hr_Life-Fredkin.cpp (combine Life.hpp and run_Life-Fredkin.cpp )
hr_Life-Cell.cpp (combine Life.hpp and run_Life-Cell.cpp )
|
Build Files
- .gitignore
- .gitlab-ci.yml
- Makefile
- README.md
|
|
Issues
- add at least 5 more issues
|
|
Unit Tests
|
|
Acceptance Tests
- between 20 and 30 tests, between 400 and 600 lines, total
- max output file size of 500k
- run checktestdata
- do not run gcov
- do not run Valgrind
|
|
Continuous Integration |
|
Code
|
|
Documentation
- create inline comments if you need to explain the why of a particular implementation
- run doxygen (Life.hpp only)
- git log
- create a UML diagram to represent the design
- use Gliffy, PlantUML, yUML, or something else
|
- Life.html
- Life.log.txt
- Life.[pdf, png, svg]
|