fix(algorithms): fix broken links to sources

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-11-28 20:42:41 +01:00
parent 075b4a89ad
commit 9bac381fc7
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -145,13 +145,13 @@ regards to the insertion phase.
If we were to compare the _always conflicting_ one with the first one, we can If we were to compare the _always conflicting_ one with the first one, we can
see that insertion took over 7× longer and lookups almost 9× longer. see that insertion took over 7× longer and lookups almost 9× longer.
You can have a look at the code [here](path:///files/algorithms/hash-tables/breaking/benchmark.py). You can have a look at the code [here](pathname:///files/algorithms/hash-tables/breaking/benchmark.py).
## Comparing with the tree ## Comparing with the tree
:::danger :::danger
Source code can be found [here](path:///files/algorithms/hash-tables/breaking/benchmark.cpp). Source code can be found [here](pathname:///files/algorithms/hash-tables/breaking/benchmark.cpp).
_Viewer discretion advised._ _Viewer discretion advised._