Exercise 6.0.2 Add a method def excl(x: Int) to return the given set without the element x. To accomplish this, it is useful to also implement a test method def isEmpty: Boolean for sets.
This will be revisited later.
Post a Comment
No comments:
Post a Comment