|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/all-about-recursion-with-python/
课程评论:没有评论
**课程名称:** Python 递归入门 **课程概述:** 本课程将带您从零开始,深入理解和掌握 Python 中的递归(recursion)概念。课程将从递归的基础原理讲起,包括递归的内外逻辑,以及如何设计递归算法。您将学习如何将迭代算法转化为递归算法,并通过解决实际问题来加深理解。课程内容涵盖了使用递归解决列表、字符串、数组等数据结构的问题,以及一些更高级的、结合了其他数据结构的递归问题。 **课程重点:** * **递归基础:** 讲解递归的根本原理、内部逻辑和外部逻辑。 * **递归算法设计:** 学习如何构建递归函数和算法。 * **迭代与递归转换:** 掌握将迭代算法高效地转换为递归算法的方法。 * **递归问题解决:** 专注于使用递归解决各种数据结构(如列表、字符串、数组)相关的问题。 * **高级递归应用:** 探索与数据结构相结合的复杂递归问题。 * **面试准备:** 强调递归在技术面试中的重要性,帮助学生建立正确的递归思维模式,并能将其应用于实际场景。 **课程关键词:** Python、算法、数据结构、Python 语言、递归、迭代、Python 面试题、理解递归方法
كورس يشرح من الصفر من الصفر مبادئ العودية من الصفر بلغة بايثون يبدأ الكورس بشرح الأسس المستخدمة في العودية حيث يتطرق للوجيك المستخدم في العودية سواء الخارجي أو الداخلي , وايضا طرق تصميم الخوارزميات العودية حيث يشرح الكورس طرق تحويل الخوارزمية التكرارية لخوارزمية عودية بالاضافة للتعمق في حل المسائل العودية , حيث يشرح الكورس حل المسائل العودية فيما يخص اللوائح أو المصفوفات وأيضا حل المسائل فيما يخص السلاسل المحرفية. بالاضافة لحل مسائل متقدمة مدموجة مع بعض بنى المعطيات This course explains recursion from zero with python language.the course starts with the explanation of the basic fundamentals of recursion , it touches on the logic behind recursion whether internal or external. the course also explains the ways of converting an iteration algorithm into recursion algorithm, it explains how to solve the recursion problems, where it explains solving recursion questions related to strings, lists, other data structures etc.recursion has a huge impact on the interview, where it has a unique state of mind, the seeks to establish the view in the student's mind in a way that will help him/here to apply the knowledge they acquired on a real use case python - algorithms - data structures - python language - recursion - iteration - solving interview questions with python - understand recursion approach