Skip to content

Commit 428f51a

Browse files
authored
Remove extra credit from binary tree exercise (#2713)
1 parent 479d834 commit 428f51a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/smart-pointers/exercise.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ nodes in N's right subtree will contain larger values.
1111

1212
Implement the following types, so that the given tests pass.
1313

14-
Extra Credit: implement an iterator over a binary tree that returns the values
15-
in order.
16-
1714
```rust,compile_fail,editable
1815
{{#include exercise.rs:types}}
1916

0 commit comments

Comments
 (0)