This course will help you master essential data structures in Python, enabling you to write efficient code, optimize memory, and solve complex problems. By the end, you’ll be proficient in implementing arrays, linked lists, stacks, queues, trees, and graphs, along with recursion, searching, and sorting techniques.



Expérience recommandée
Expérience recommandée
Ce que vous apprendrez
Efficiently implement and manipulate arrays, linked lists, stacks, and queues in Python.
Develop recursive algorithms and work with binary trees and their traversals.
Analyze and solve graph-based problems using adjacency matrices and lists.
Détails à connaître

Ajouter à votre profil LinkedIn
février 2025
9 devoirs
Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées


Obtenez un certificat professionnel
Ajoutez cette qualification à votre profil LinkedIn ou à votre CV
Partagez-le sur les réseaux sociaux et dans votre évaluation de performance

Il y a 9 modules dans ce cours
In this module, we will explore the fundamentals of arrays, including their creation, manipulation, and applications. Starting with 1D arrays, we will cover essential operations such as searching, insertion, deletion, and updating. Then, we will progress to 2D arrays, learning how to access, insert, delete, and update elements, equipping you with the skills to handle data in Python effectively.
Inclus
11 vidéos1 lecture
In this module, we will dive into Python's versatile data structures: lists, tuples, sets, and dictionaries. You will learn to perform operations like accessing, modifying, and extending lists, as well as unpacking tuples and managing dictionary key-value pairs. This section also introduces set operations, preparing you for efficient data storage and retrieval techniques.
Inclus
24 vidéos1 devoir
In this module, we will cover the essentials of recursion, starting with function basics and progressively building towards recursive solutions. You will learn how to design, implement, and debug recursive algorithms, gaining insights into their utility in solving problems like factorial computation and tree traversal.
Inclus
5 vidéos1 devoir
In this module, we will delve into linked lists, a dynamic data structure suited for efficient memory usage. You will learn to perform operations such as insertion, deletion, and searching, along with advanced techniques like identifying the middle element and comparing linked lists. This module concludes with memory management techniques like deleting a linked list.
Inclus
7 vidéos1 devoir
In this module, we will explore stacks, a fundamental data structure. You will learn various implementation methods using Python's list, collections, and queue modules. Additionally, you will apply stack operations to solve problems such as ensuring balanced parentheses, preparing you for practical programming challenges.
Inclus
8 vidéos1 devoir
In this module, we will study queues and their variants, including circular queues. You will learn how to implement queue operations using Python's built-in methods and modules. The focus will also include optimizing space and time complexities for sequential data management.
Inclus
6 vidéos1 devoir
In this module, we will explore tree structures, starting with basic terminology and progressing to binary trees. You will learn traversal techniques and implement operations to compute height and sum elements. This module lays the groundwork for understanding hierarchical data organization.
Inclus
9 vidéos1 devoir
In this module, we will focus on binary search trees, a specialized tree structure optimized for searching and data organization. You will learn how to create, search, and insert nodes into a BST, preparing you for applications that require fast and ordered data handling.
Inclus
4 vidéos1 devoir
In this module, we will introduce graphs, one of the most versatile data structures in computer science. You will learn to represent graphs using adjacency matrices and lists, equipping you with the tools to understand and implement graph-based algorithms for real-world problems.
Inclus
3 vidéos2 devoirs
Instructeur

Offert par
Recommandé si vous êtes intéressé(e) par Software Development
Coursera Project Network
University of Michigan
University of Colorado Boulder
Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?






Ouvrez de nouvelles portes avec Coursera Plus
Accès illimité à 10,000+ cours de niveau international, projets pratiques et programmes de certification prêts à l'emploi - tous inclus dans votre abonnement.

Faites progresser votre carrière avec un diplôme en ligne
Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires
Améliorez les compétences de vos employés pour exceller dans l’économie numérique
Foire Aux Questions
Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.
If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.
Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.