vec is finished
This commit is contained in:
parent
cd8ee2ba72
commit
2ddc195b73
@ -49,3 +49,13 @@ exercises:
|
|||||||
- "median_already_sorted"
|
- "median_already_sorted"
|
||||||
- "median_shuffled"
|
- "median_shuffled"
|
||||||
- "median_empty"
|
- "median_empty"
|
||||||
|
compute:
|
||||||
|
required_files:
|
||||||
|
- "src/vec.rs"
|
||||||
|
- "src/vec/compute.rs"
|
||||||
|
tests:
|
||||||
|
- "compute_empty"
|
||||||
|
- "compute_too_many_ops"
|
||||||
|
- "compute_division_by_zero_push"
|
||||||
|
- "compute_division_by_zero_operation"
|
||||||
|
- "compute_all_ops"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user