Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
valerianilucrezia authored Feb 25, 2021
1 parent f35703e commit 2f94864
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Advance Programming Project - Binary Search Tree
Buscaroli Elena - Valeriani Lucrezia

DSSC 2020-2021

# Repository structure
* c++
+ benchmark
+ test.cpp
+ Makefile
+ bst.hpp
+ iterator.hpp
+ main.cpp

* python
+ test_exam.py
* `c++` contains:
+ `benchmark`
+ `test.cpp`: the script used to perform the benchmark
+ `Makefile`: used to compile the main.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`: main

* `python` contains:
+ `test_exam.py`: python script with the `rd(d)` function implementation and the test code

* `report.pdf`

0 comments on commit 2f94864

Please sign in to comment.