mirror of
https://github.com/mfocko/blog.git
synced 2024-11-24 22:11:54 +01:00
fix(algorithms): fix broken links to sources (#8)
This commit is contained in:
commit
f5478a8af2
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