Skip to content
Snippets Groups Projects
Commit b6ecd84a authored by Robin Steiger's avatar Robin Steiger
Browse files

-.-

parent 8842a679
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ object BinarySearchTree {
n
}
}
} //ensuring (contents(_) == contents(tree) ++ Set(value))
} ensuring (contents(_) == contents(tree) ++ Set(value))
def dumbInsert(tree: Tree): Node = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment