Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of length b.
Image courtesy of Wikipedia.
Tanya, you like triangles.
Good one
ez
test_1 a=sqrt(3) is longer than b=1
the good solution would be
a= min(sqrt(c^2 -b^2),b)
instead
regexp cheat
Kudos for finding this solution - it did indeed meet all the test cases, but wasn't quite what I had in mind! I will add a new test.
Return the 3n+1 sequence for n
5203 Solvers
Extract leading non-zero digit
967 Solvers
794 Solvers
309 Solvers
172 Solvers