25.8.0
This website uses cookies to ensure you get the best experience on our website. Learn more

Data Structures & Algorithms in Java: Working with Singly Linked Lists

Skillsoft issued completion badges are earned based on viewing the percentage required or receiving a passing score when assessment is required. In Java, a linked list is a sequence of nodes, each node is linked to the previous and next node in the sequence. In this course, you'll learn how to implement the singly linked list and write code to perform a range of operations on the linked list. First, you'll gain a conceptual understanding of how a node in a singly linked list allows you to connect to all other nodes using the Next reference. Then you'll move on to examine how to perform common operations on this linked list, such as inserting a new node, searching for a node, counting nodes, and deleting nodes. For each of these operations, you'll learn to assess the time complexity of the code that you’ve written.

Issued on

October 11, 2022

Expires on

Does not expire