How to replace a string Node on linked list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to replace a string Node on linked list?

trying to create a method to replace a String Node in a linked list... public void replace (String search, String replace) { }

30th Jul 2018, 8:43 AM
Alejandra Ackers
Alejandra Ackers - avatar
1 Answer
+ 1
Is it doubly linked or simple?
4th Aug 2018, 2:23 AM
Chriptus13
Chriptus13 - avatar