/advanced_programming_exam

Projects for advanced programming exam in Python and c++. Collaborative work by Laura Balasso and Enrico Fallacara.

Primary LanguagePython

Advanced programming exam

Projects for advanced programming exam in Python and c++ . Collaborative work by Laura Balasso and Enrico Fallacara

The repository contains two projects:

  • in the c++ folder a templated binary search tree is implemented and performance is tested. The folder include a report that presents the project and the results of tests

  • in the Python folder is implemented the class PostcardList. The folder contain also unittest for the code and the postcards text files from which postcards are read.