Data Structures and Algorithms using Python - Part 1
In this course, we introduce the basic concepts of Data Structures in programming using ‘Python’ language constructs. In common words, Data Structures are storage containers in which elements can be stored, located, retrieved and deleted from, easily. Data Structures make the organization and management of large amounts of data efficiently.
What you will learn :
Introduce fundamentals of Data Structures. Discuss frequently used linear data structures like Stack, Queue, List etc. Discuss the commonly performed operations on linear data structures like insert, update, delete etc. Provide insights on non – linear data structures.
Skills you will gain
- Python OpenSystem
- Algorithms
- Data Structures
Contents of this course :
- Introduction to data structures
- List
- Stack
- Queue
- Non linear DS
- Linear DS
0 Comments