Using LinkedLists in a .NET console application Part 3 – Find and update

Let’s locate a node and add elements prior to the node. First find the node with the string fox. Next we add quick and brown before. Awesome! Now iterate over the LinkedList again and check the result. Perfect! Now go out and make some LinkedLists, it’s free!

1 min read