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
- Host: GitHub
- URL: https://github.com/martinuzzifrancesco/advanced_programming_exam
- Owner: MartinuzziFrancesco
- Created: 2019-08-27T15:06:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T16:55:19.000Z (over 5 years ago)
- Last Synced: 2025-02-03T11:14:50.656Z (8 months ago)
- Language: C++
- Size: 14.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).