Posts by Victor Yabuta • 3 points
1 post
-
0
votes1
answer393
viewsQ: Double Chained List Removal Doubt (C/ Ordered Insertion)
In a C++ class the teacher had proposed an activity where I had to do a program in the format of a double-chained list with ordered insertion. However, I have a problem on the Removal part. By…