You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-30 04:19:26 +02:00
Remove extra credit from binary tree exercise (#2713)
This commit is contained in:
@ -11,9 +11,6 @@ nodes in N's right subtree will contain larger values.
|
||||
|
||||
Implement the following types, so that the given tests pass.
|
||||
|
||||
Extra Credit: implement an iterator over a binary tree that returns the values
|
||||
in order.
|
||||
|
||||
```rust,compile_fail,editable
|
||||
{{#include exercise.rs:types}}
|
||||
|
||||
|
Reference in New Issue
Block a user