Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed requirements for triangle assignment #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gdeer81
Copy link

@gdeer81 gdeer81 commented Oct 17, 2017

problem stated that a valid triangle was if the sum of two sides was greater than or equal two the third side which is incorrect, the sum of two sides must be greater than the third.
even the test cases check this logic by saying (triangle-type 1 2 1) is illogical instead of isosceles

problem stated that a valid triangle was if the sum of two sides was greater than or equal two the third side which is incorrect, the sum of two sides must be greater than the third.
even the test cases check this logic by saying (triangle-type 1 2 1) is illogical instead of isosceles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant