-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f35703e
commit 2f94864
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |