LEDA TTP Project: Report Format
You should hand in your TTP output together with a report consisting of the following sections:
| Section Name | Description | |
| 1. | Problem Statement | Write a few lines to explain the TTP problem. |
| 2. | Overview Of Solution | Explain the general idea behind your algorithm(s). This is an important part of the report. |
| 3. | Why It Works | Analyse the correctness of your algorithm. This is an important part of the report. |
| 4. | (Optional) Runtime Analysis | Analyse the complexity of your algorithm. |
| 5. | Result | So how did the algorithm do? |