Challenge 9: Binary Search on Singly Linked List

In this lesson, we will solve the challenge of performing Binary Search on Singly Linked List.

Singly Linked List

In a singly linked list, each node keeps a pointer that points to the next node in the list, and there is no way to go to the previous node.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.