diff --git a/README.md b/README.md new file mode 100644 index 0000000..1196787 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# WAVL Tree Implementation + +## Used dependencies + +Dependencies are used mainly in tests, namely: + +- `hypothesis` +- `pytest` + +## Running tests + +When finding a counter-example, hypothesis may generate **a lot** of DOT files +with generated trees. \ No newline at end of file