From d0114fe030f7a3dedaf873f6f8f46cb3ed3b1ef4 Mon Sep 17 00:00:00 2001 From: Lucrezia Valeriani Date: Thu, 25 Feb 2021 12:06:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4787325..f570006 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ DSSC 2020-2021 # Repository structure * `c++` contains: - + `benchmark` + + `benchmark`: + `test.cpp`: c++ script used to perform the benchmark + `doxygen`: + `refman.pdf`: documentation generated by Doxygen 1.8.17 @@ -16,6 +16,6 @@ DSSC 2020-2021 * `python` contains: - + `test_exam.py`: python script with the `reversedict(d)` function implementation and the test code + + `test_exam.py`: python script with the `reverse_dict(d)` function implementation and the test code -* `report.pdf` +* `report.pdf`: documentation of the two section of the project, c++ and python