You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not discussing about why they select this approach among others
9
Justification about why the solution was selected is missing
8
Justification of the selection missing.Second answer is kind of unclear
6
Function testing is missing
9
Good answers: Maybe you may want to print which numbers produces the printed value
8
A more efficient implementation is possible
9
You could have added some testable properties for helper functions (e.g., turning digits to integers and back); you could also generate the invalid testcases
9
-> issues
6
very cumbersome implementation for 9; how about using list comprehension and triangle properties:triplets n = [ (a,b,c) | c <-[1..n], a <- [1..c], b <- [1..c], a < b, a^2 + b^2 == c^2 ]
6
ex 49 uses the difference 3330 although the problem does not state that the difference should occur in the other solution.
8.975
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: