Summary
Keywords
Full Transcript
Recursion in Python: This video provides a very simple explanation of recursion such that even a high school student can understand it easily. Recursion is a very important concept in the field of computer science. Any problem that can be divided into further small and simpler problem can be solved using a recursion. Code: https://github.com/codebasics/data-structures-algorithms-python/blob/master/algorithms/8_recursion/recursion.py Exercise: https://www.w3resource.com/python-exercises/data-structures-and-algorithms/python-recursion.php ⭐️ Timestamps ⭐️ 00:00 Introduction 00:15 Theory 05:38 Coding in python 13:47 Exercise Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. 🔖Hashtags🔖 #recursionpython #recursion #datastructure #pythonrecursiontutorial #recursionproblems #pythonrecursion #recursioninpython #recursivefunctionpython #recursiontutorial 🌎 Website: https://codebasics.io/ 🎥 Codebasics Hindi channel: https://www.youtube.com/channel/UCTmFBhuhMibVoSfYom1uXEg #️⃣ Social Media #️⃣ 🔗 Discord: https://discord.gg/r42Kbuk 📸 Instagram: https://www.instagram.com/codebasicshub/ 🔊 Facebook: https://www.facebook.com/codebasicshub 📱 Twitter: https://twitter.com/codebasicshub 📝 Linkedin (Personal): https://www.linkedin.com/in/dhavalsays/ 📝 Linkedin (Codebasics): https://www.linkedin.com/company/codebasics/ ❗❗ DISCLAIMER: All opinions expressed in this video are of my own and not that of my employers'.
