Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
assignments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datovky
assignments
Commits
ca81f925
Commit
ca81f925
authored
6 years ago
by
Radek Hušek
Browse files
Options
Downloads
Patches
Plain Diff
Hash experiment: fix a typo
parent
ad5c9d05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
10-hash_experiment/task.md
+1
-1
1 addition, 1 deletion
10-hash_experiment/task.md
with
1 addition
and
1 deletion
10-hash_experiment/task.md
+
1
−
1
View file @
ca81f925
...
...
@@ -9,7 +9,7 @@ needed to perform the following experiments:
-
_Grow test:_ This test tries different sizes $N$ of the hash table and for each size
it inserts small keys in random order until 60% of the table is used
and then it performs lookup operation for keys $0,
\l
dots,N-1$.
-
_Usage test:_ This test uses hash table of size $2^20$. It performs insertions
-
_Usage test:_ This test uses hash table of size $2^
{
20
}
$. It performs insertions
to increase usage of the table by 1%, reports efficiency of the insert operation,
and repeats until usage of the table reaches 90%.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment