Skip to content

Commit 1c2a191

Browse files
ClémentClément
authored andcommitted
Fixing link to correct file in Dictionary.
1 parent 0a03ecb commit 1c2a191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/lectures/data/dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Note that our function never evaluate to zero, since `key.GetHashCode() % table.
211211
Our `main` method includes a test demonstrating the efficiency of our double hashing techniques:
212212

213213
```{download="./code/projects/Dictionary.zip"}
214-
!include`snippetStart="// Demonstrating the double hash strategy:", snippetEnd="// 100% !"` code/projects/Dictionary/Dictionary/Dictionary.cs
214+
!include`snippetStart="// Demonstrating the double hash strategy:", snippetEnd="// 100% !"` code/projects/Dictionary/Dictionary/Program.cs
215215
```
216216

217217
While the quadratic method hits about 50% of the indices, the double hashing techniques reach 100%!

0 commit comments

Comments
 (0)