Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CheezItMan authored Aug 26, 2021
1 parent e51c012 commit 404aa2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ In this exercise you will implement, in Ruby, several Tree methods.

## Optionals

- `delete(value)` - This method removes a node from the tree. Also add tests for the method.
- `bfs` - This method returns an array with the tree elements in a level-by-level order (see [Breadth-First traversal](https://www.cs.bu.edu/teaching/c/tree/breadth-first/))

0 comments on commit 404aa2a

Please sign in to comment.