AndersenCastaneda / hackerrank-C-challenge-exercises

Solving Hackerrank C algorithms
MIT License
1 stars 0 forks source link

Use of recursion is required as per problem statement #2

Open balayokesh opened 3 years ago

balayokesh commented 3 years ago

Hi, I am a beginner in C programming and I was wondering whether the program 09_calculate_the_n_term.c is using the concept of recursion. Actually, I am in need of help on implementing the same concept on recursion

AndersenCastaneda commented 3 years ago

Hi, here is a link to the course of Computer Science Harvard University about recursion. https://www.youtube.com/watch?v=mz6tAJMVmfM

If you want to know how recursion works in memory (stack frame) I can explain to you, just share your email and I will contact you.

balayokesh commented 3 years ago

Hi, here is a link to the course of Computer Science Harvard University about recursion. https://www.youtube.com/watch?v=mz6tAJMVmfM

If you want to know how recursion works in memory (stack frame) I can explain to you, just share your email and I will contact you.

Thanks for sharing. This was really helpful