Write a funtion based on given TestUnit

Posted by TiuTalk on Stack Overflow See other posts from Stack Overflow or by TiuTalk
Published on 2010-05-18T03:50:09Z Indexed on 2010/05/18 4:00 UTC
Read the original article Hit count: 203

I need to write a function to satisfy this input -> output list:

0 -> 0
1 -> 1
3 -> 2
4 -> 3
5 -> 5
7 -> 13
9 -> 34

f(x) = ??

© Stack Overflow or respective owner

Related posts about function

Related posts about unit-testing