anmolrishi / ProgrammingHub

For the benefit of programmers.
MIT License
10 stars 111 forks source link

Program to generate a Fibonacci sequence #4

Open anmolrishi opened 6 years ago

adelatorresaavedra commented 6 years ago

can i do this?

anmolrishi commented 6 years ago

can i do this?

Sure. But please try in some language other than python. Also, it would be great if you could write an optimized dp algorithm. :)

adelatorresaavedra commented 6 years ago

I did it in c++

anmolrishi commented 6 years ago

I did it in c++

Yes. Awesome!

someshwarrc commented 5 years ago

Can i do this in Go and JS?