Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Data Structures with Python
Rating: 4.2 out of 5(243 ratings)
23,679 students

Data Structures with Python

The All-In-one Course for you to Conquer Data Structures with Python
Created byNeeraj Ap
Last updated 4/2021
English

What you'll learn

  • Data Structures in Python
  • All the way from the Built-in to User defined data structures intuition with implementation
  • Understand OOPS Concept required to build User-defined Data Structures
  • How to solve and approach a Data-Structure Problem
  • Understand applications of Data Structures
  • Know and determine Time-Complexities of Operations over Data-Structures
  • Discover methods on Data-Structures
  • Solved problems so that it's easy to start off practicing
  • Download The Whole Code

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

39 sections227 lectures8h 50m total length
  • What is this Course About?0:37
  • How to get most of it?0:26

Requirements

  • Basics of Python like variables , methods and operators.

Description


Data structure provides the right way to organize information in the digital space. The data structure is a key component of Computer Science and is largely used in the areas of Artificial Intelligence, operating systems, graphics.

The right selection of data structure can enhance the efficiency of computer programs or algorithms in a better way.

Learn Data Structures in Python all the way from Built-in to User-Defined.

Methods on Data structures are also covered so that we can use them efficiently.

The data structure and algorithm provide a set of techniques to the programmer for handling the data efficiently. The programmer should understand the core concepts of data handling.

Necessary OOPS is also covered so, that there won't be a problem understanding further concepts.

It's Beginner Friendly with intuition followed by code tutorials, So It's Easy to Understand and Visualise a Data Structure.

So, Solving Problems would be easier after learning the Data Structure as you have better intuition.



Course Design:  Intuition of the concept + Code walkthrough in Python + Time and Space Complexity + Application of that Data Structure in real Life.


Data Structures Include:

  • Lists

  • Tuples

  • Sets

  • Dictionaries

  • 2-D Arrays

  • OOP For understanding data structures

  • Stacks

  • Queues

  • Deque

  • Linked-Lists

  • Doubly Linked Lists

  • Circular Linked Lists

  • Trees

  • Binary Trees

  • Binary Search Trees + Traversals

  • AVL Trees

  • Heaps +  Heap sort

  • Priority Queue

  • HashMaps/HashTables

  • Graphs + Properties

  • Graph Traversals

  • Spanning Trees + MST

  • Prims + Kruskals Algorithms for MST

  • Tries (Keyword Trees)

  • Misc Section( Has important concepts )

  • Take Away Section( Download the whole source code in this Section)






Who this course is for:

  • Python developers who have basics and want to crack coding interviews
  • Developers who want to improve python for data structures and implement them in interviews
  • Beginners in python who want to have data structures foundation
  • Students who want to start competitive programming