Data Structures and Algorithms in python

所在平台: Udemy

课程主页: https://www.udemy.com/course/data-structures-and-algorithms-in-python-using-python/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Coursera 课程《Python 数据结构与算法》课程内容总结 本课程专注于使用 Python 语言深入讲解数据结构与算法。课程特色在于提供详细的概念解释,并辅以代码示例,让学习者能够直观理解。 **核心数据结构部分**将重点介绍并详细讲解以下内容: * **列表 (Lists)** * **嵌套列表 (Nested Lists)** * **元组 (Tuple)** * **链表 (Linked List)** * **栈 (Stack)** * **队列 (Queue)** * **树 (Trees)** * **二叉搜索树 (Binary Search Tree, BST)**,包括从 BST 中删除节点的操作。 **算法部分**将涵盖基础且重要的排序算法: * **插入排序 (Insertion Sort)** * **选择排序 (Selection Sort)** 本课程的目标是帮助学生建立对数据结构和算法的扎实理解,并学会如何编码实现。课程强调的不仅仅是编写代码,更重要的是理解算法的**工作原理**,通过深入理解其运作机制 to 掌握算法和数据结构。通过学习本课程,学生将培养出通用的数据结构和算法知识,这些知识可以迁移到其他编程语言的学习和应用中,为未来的编程学习打下坚实的基础。

课程评论(0条)

课程详情

This course Data Structures and Algorithms in python includes explanation of various data structures with coding examples, provided with detail explanation of code side by side with concept building.Most important Data Structures like Linked List, Binary Search Tree, stack are explained in detail with concepts made easy to understand. Algorithms likeSelection Sort, Insertion Sort are part of this course. This course is for students who want good understanding of data structures and algorithms and want to understand code. By taking this course students will be able to use these skills to write and understand data structures in other languages as well, because concepts build from this course are very generic regarding Data structures and Algorithms.Students can get this course to understand Algorithms and Data structures.This course is not only about writing code but there are more above code that is "Explanation of working of Algorithms", when you understand how its working then its easy to get grip over Algorithms and Data Structures.Data Structures and Algorithms in python.In this course using python language we will learn about Data Structures and algorithmsData structures like:ListsNested ListsTupleLinked List pythonStack pythonQueue pythonTrees in DSBinary Search Tree (BST)Delete from BSTIn Algorithms section following topics will be includedInsertion sort algorithmSelection Sort algorithm

课程标签

0人关注该课程

主题相关的课程