mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
fix(algorithms): fix broken links to sources
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
075b4a89ad
commit
9bac381fc7
1 changed files with 2 additions and 2 deletions
|
@ -145,13 +145,13 @@ regards to the insertion phase.
|
|||
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.
|
||||
|
||||
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
|
||||
|
||||
:::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._
|
||||
|
||||
|
|
Loading…
Reference in a new issue