Question: in c++ Add a function void deleteSmallest() to the linked list that finds and deletes the node with the smallest info in the list. Print

in c++
Add a function void deleteSmallest() to the linked list that finds and deletes the node with the smallest info in the list. Print the number before deletion. (Delete only the first occurrence and traverse the list only once. tlann
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
