Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Singly Linked Lists

Lucid Programming via YouTube

Overview

This course on Singly Linked Lists aims to teach students how to implement and manipulate this data structure in Python. By the end of the course, learners will be able to swap nodes, find the length, delete and insert nodes, reverse the list, merge two sorted lists, remove duplicates, find the Nth-to-last node, count occurrences, rotate the list, check for palindromes, move the tail to the head, and sum two lists. The course uses a hands-on approach to teaching, focusing on practical implementation and problem-solving. It is suitable for individuals interested in advancing their Python programming skills and understanding data structures.

Syllabus

Data Structures in Python: Singly Linked Lists -- Node Swap.
Data Structures in Python: Singly Linked Lists -- Length.
Data Structures in Python: Singly Linked Lists -- Deletion.
Data Structures in Python: Singly Linked Lists -- Insertion.
Data Structures in Python: Singly Linked Lists -- Reverse.
Data Structures in Python: Singly Linked Lists -- Merge Two Sorted Lists.
Data Structures in Python: Singly Linked Lists -- Remove Duplicates.
Data Structures in Python: Singly Linked Lists -- Nth-to-Last Node.
Data Structures in Python: Singly Linked Lists -- Count Occurrences.
Data Structures in Python: Singly Linked Lists -- Rotate.
Data Structures in Python: Singly Linked Lists -- Is Palindrome.
Data Structures in Python: Singly Linked Lists -- Move Tail to Head.
Data Structures in Python: Singly Linked Lists -- Sum Two Lists.

Taught by

Lucid programming

Reviews

Start your review of Singly Linked Lists

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.