Data Structures And Algorithms Using Python

Data structures are basically just that are structures which can hold some data together. In other words, they are used to store a collection of related data. There are four built-in data structures in Python – list, tuple, dictionary and set.
Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output. Algorithms are generally created independent of underlying languages, i.e. an algorithm can be implemented in more than one programming language.
Python has four basic inbuilt data structures namely Lists, Dictionary, Tuple and Set. These almost cover 80% of the our real world data structures.
This course will help you to implement the algorithms from scratch.
Course Features
- Lectures 45
- Quizzes 0
- Duration 50 hours
- Skill level All levels
- Language English
- Students 66
- Assessments Yes
-
Chapter 1
-
Chapter 2
-
Chapter 3
-
Chapter 4
-
Chapter 5
-
Chapter 6