Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
datovky
assignments
Commits
be11018f
Commit
be11018f
authored
Apr 04, 2021
by
Ondřej Mička
Browse files
05-ab_experiment: Corrected insert test description
parent
2f73b8bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
05-ab_experiment/task.md
View file @
be11018f
...
...
@@ -7,8 +7,7 @@ You are given a test program (`ab_experiment`) which is used to evaluate your
implementation of the previous assignment. The test program auguments your implementation
by implementing a
`remove`
method and it performs the following experiments:
-
_Insert test:_ Insert _n_ elements sequentially and then repeatedly
find them all in sequential order.
-
_Insert test:_ Insert _n_ elements in random order.
-
_Min test:_ Insert _n_ elements sequentially and then _n_ times repeat: remove the minimal
element in the tree and then insert it back.
-
_Random test:_ Insert _n_ elements sequentially and then _n_ times repeat: remove random
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment