Skip to main content
Loading page content
Algo
Flow
Visualizers
Mental Math
Dashboard
Log in
Sign up
Back to Visualizer
Question 1 of 5
Deletion
• Delete by Value
What is the first step in deleting a node by its value in a linked list?
A
Sort the list
B
Traverse the list to find the node containing that value
C
Delete the head immediately
D
Reverse the list