What's new

Python [Udemy] Data Structures with Python (20 hours left)

-A-

Forum Veteran
Elite
Joined
May 12, 2018
Posts
1,920
Solutions
5
Reaction
2,468
Points
778
udemy-logo.png


Data Structures with Python​

The All-In-one Course for you to Conquer Data Structures with Python

Requirements​

  • Basics of Python like variables , methods and operators.

Description​

Learn Data Structures in Python all the way from Built-in to User-Defined.
It's Beginner Friendly with intuition followed by code tutorials, So It's Easy to Understand and Visualise a Data Structure.
Solving Problems would be easier after learning the Data Structure as you have better intuition.

Course Design: (Intuition) + (Code walkthrough) + (Time-Complexity + Application of that Data Structure)

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)
  • Take Away Section.





Who this course is for:​

  • Python developers who have basics and want to ***** 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

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

You do not have permission to view the full content of this post. Log in or register now.
 

Attachments

Back
Top