Data Structures & Algorithms in Java: Doubly & Circular Linked Lists
Java
| Intermediate
- 8 videos | 42m 4s
- Includes Assessment
- Earns a Badge
Discover how to implement the linked list in Java, including the doubly linked list and the circular linked list, and learn how to perform operations on these linked lists. In this course, you'll explore variations on the singly linked list that you covered earlier. You'll see how the doubly linked list holds an additional reference to the previous node in the linked list along with a reference to the next node. This means additional space is required to store each node, but it also makes certain operations faster, such as traversing backwards over the elements in the linked list. You'll also learn about the circular linked list, where the tail of the linked list points back to the head of the linked list.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseInsert a new node at the head and tail of a doubly linked listInsert a new node at any index position in a doubly linked listDelete a node from a doubly linked list
-
Traverse a doubly linked list from the last element to the firstInsert a new node in a circular linked listCount nodes and delete nodes in a circular linked listSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 56s
-
9m 9sDuring this video, you will learn how to insert a new node at the head and tail of a doubly linked list. FREE ACCESS
-
5m 23sLearn how to insert a new node at any index position in a double linked list. FREE ACCESS
-
7m 2sDuring this video, you will learn how to delete a node from a doubly linked list. FREE ACCESS
-
1m 53sLearn how to traverse a doubly linked list from the first element to the last. FREE ACCESS
-
7m 2sDuring this video, you will learn how to insert a new node into a circular linked list. FREE ACCESS
-
8m 26sIn this video, find out how to count nodes and delete nodes in a circular linked list. FREE ACCESS
-
1m 14s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.