0
Seeking more practice on functional programming
I just finished the functional programming chapter in lessons. Up to this point, I was retaining and recalling the material quite easily. But that chapter was full of huge concepts with very little practice opportunity. I struggled more than I should have solving the Fibonacci problem. I am working through the code coach problems, but am wondering if anyone can point me at code coaches, or any practice inside or outside this app to work on some of the concepts from that chapter. Especially recursive. Ty.
2 Antworten
+ 2
Paul Mashl
Here is a link to an interesting challenge that was issued some time ago.
Within the link may be found some examples
https://www.sololearn.com/post/493215/?ref=app
+ 2
there are many websites with good programming problems out there such as
HackerRank, CodeSignal, LeetCode, etc.. to practice programming