Data Structures and Algorithms in python

Go to class
Write Review

Data Structures and Algorithms in python provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. Data Structures and Algorithms in python is taught by Muhammad Hamza AbdulRehman. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Coding and concepts building of many data structures and algorithms like Linked List, Trees, Stack, Sorts and much more

    What you'll learn:

    • Covering Linear and Non-Linear Data Structures
    • Data Structures like Tree, Binary Search Tree (BST), Linked List, Stack, Queue, List
    • Strong grip over multiple data structures and algorithms.
    • Visual explanation and Coding of Sorting Algorithms like Selection Sort & Insertion Sort
    • Detailed analysis of Binary Search Tree (BST) and Linked List.

    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 importantData Structures like

    Linked List, Binary Search Tree, stack are explained in detail with concepts made easy to understand.

    Algorithms like

    Selection 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 Datastructures 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 algorithms


    Data structures like:

    Lists

    Nested Lists

    Tuple
    Linked List python

    Stack python
    Queue python

    Trees in DS

    Binary Search Tree (BST)

    Delete from BST



    In Algorithms section following topics will be included

    Insertion sort algorithm

    Selection Sort algorithm