Linked Lists Python | Data Structures in Python | Python Tutorial | Edureka
Taha GÖÇER

About this course
This course delves into the fundamental concepts of linked lists as a crucial data structure in Python, exploring their structure, implementation, and how they compare to traditional Python lists. Participants will learn how to create custom linked lists, understand their operations, and effectively implement stacks and queues using linked lists for enhanced efficiency in data handling.
What you should already know
Familiarity with basic programming concepts and Python syntax is required before taking the course.
What you will learn
By the end of the course, learners will be proficient in implementing and manipulating linked lists in Python, as well as understanding their application in stacks and queues.