Deep Dive into the Linked List Data Structure

7 Views
Published
This video will provide you with a deep dive into the linked list data structure. It will explain the fundamentals of its usage, how data is organized in-memory, and provide visual representations of the elements. During the hands-on portion, it will show how to create a singly linked list, transform into a doubly/circular one, and then perform operations on its elements. It will also share common problems found in coding interviews, such as how to insert new elements in the middle of the list, and how to sort it.

Catch the rest of the playlist
Category
AWS Developers
Tags
amazon, codewhisperer, data structure
Be the first to comment