-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[Sattelite] Insufficient tests #3114
Copy link
Copy link
Closed
Labels
enhancement 🦄 ⭐Changing current behaviour or enhancing/adding to what's already there.Changing current behaviour or enhancing/adding to what's already there.
Metadata
Metadata
Assignees
Labels
enhancement 🦄 ⭐Changing current behaviour or enhancing/adding to what's already there.Changing current behaviour or enhancing/adding to what's already there.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This exercise presents an interesting challenge, specially after solving Binary Search Trees. However, for some reason, its trees do not use numerical values, and even the letter values do not seem to follow the usual alphabetical logic as far as I can see. Coupling that with the fact that of the 7 tests, only 2 are not exception verifications, I think the exercise could have more tests, derived from the trees in the Binary Search Trees exercise. I've even written them in my repo for solutions.