This foundational course delves into understanding and applying Linked Lists in C#. It details the inner workings, implementation, and complexities of Linked Lists, highlighting their effectiveness for solving interview-focused algorithmic challenges.
Overview
Syllabus
- Unit 1: Introduction to Linked Lists in C#
- Expanding the Train Route with Linked Lists
- Expanding Your Linked List with New Nodes
- Deleting a Node from a Linked List in C#
- Implementing Station Names in Linked Lists
- Unit 2: Linked Lists: Reversing and Length Calculation in C#
- Reversing the Last N Elements of a Linked List in C#
- Finding the Index of a Value in a Singly Linked List in C#
- Unit 3: Introduction to Linked Lists and Interview Challenges in C#
- Remove Duplicates from Linked List
- Sum of Every Second Node in a Linked List
- Unit 4: Working with C#'s LinkedList
- Manage LinkedList Students
- Clear and Verify LinkedList
- Task Scheduler with Linked Lists
- Add and Traverse a Class Roster Using LinkedList