cs50 / labs

47 stars 164 forks source link

add two corner cases #50

Closed curiouskiwi closed 3 years ago

curiouskiwi commented 3 years ago

Added a case where words of different lengths have a tie score (drawing == illustration). Added a case where words of the same length had a winner. (pig > dog). (all other cases could be passed simply by comparing strlen)