fix(algorithms): fix broken links to sources (#8)

This commit is contained in:
Matej Focko 2023-11-28 20:45:35 +01:00 committed by GitHub
commit f5478a8af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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._