F(5)
/
/
/
F(4) F(3)
/ \ / \ F(3) F(2) F(2) F(1) / \ / \ / \ F(2) F(1) F(1) F(0) F(1) F(0) / \ F(1) F(0)
It's totally coding interview preparation repo, based on python programming language. Try to follow algorithm and data structure's best practice.
PythonMIT