Skip to content

elena-buscaroli/AdvancedProgrammingProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Programming Project - Binary Search Tree

Buscaroli Elena - Valeriani Lucrezia

DSSC 2020-2021

Repository structure

  • c++ contains:

    • benchmark:
      • test.cpp: c++ script used to perform the benchmark
    • doxygen:
      • refman.pdf: documentation generated by Doxygen 1.8.17
    • Makefile: used to compile themain.cpp by typing make
    • bst.hpp: header file containing the implementation of the struct node and class bst
    • iterator.hpp: header file containing the implementation of the class _iterator
    • main.cpp: source code
  • python contains:

    • test_exam.py: python script with the reverse_dict(d) function implementation and the test code
  • report.pdf: documentation of the two sections of the project, c++ and python

About

Repository for the project of the Advanced Programming course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • Python 4.9%
  • Makefile 0.9%