Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.13 KB

File metadata and controls

47 lines (39 loc) · 1.13 KB

PPL Assignment (himanshub16)

Himanshu Shekhar - IRM2015006



Development Environment

Compiler g++ (Debian 6.3.0-6)
Operating system Linux
Distribution Debian Stretch
Architecture amd64
Documentation generator Doxygen
Text Editor Emacs
Indent Style 4 spaces

Build instructions

To execute any question, say question 7

make q7
./result

To generate csv datasets

make csv
./generate [girls] [boys] [gifts]

To cleanup all the mess

make clean

Logs are available in log.txt

Class diagram