An open API service indexing awesome lists of open source software.

https://github.com/martinuzzifrancesco/advanced_programming_exam

Code for the Advanced Programming exam
https://github.com/martinuzzifrancesco/advanced_programming_exam

Last synced: 6 months ago
JSON representation

Code for the Advanced Programming exam

Awesome Lists containing this project

README

          

# Advanced Programming Exam

This repository contains the code required for the [Advanced Programming](https://github.com/asartori86/advanced_programming-2018-19) exam. The two folders contain the two parts into which the exam is diveded:
- In the C++ folder is contained the implementation of a template binary search tree, complete with tests, a comparison of the custom functions and the standard library map function and a short report on the results found. Furthermore a readme shows the user how to use the code and generate the documentation.
- In the Python folder is contained the implementation of the PostcardList class. Beside the souce code one can find the mandatory tests, and a short readme that explains in more detail the content of the folder.

Work done by [Francesco Martinuzzi](https://github.com/MartinuzziFrancesco) and [Marco Alberto Grimaldi](https://github.com/MarcoAlbertoGrimaldi).