Reversing the elements of a linked listok so how would you do that using the void list::displayReverse() function
The find function in a linked liststruct node { int data; node *next; }; bool list::find(int x) { //returns true if x...
The find function in a linked listthis code is good but it crashes if you the value is not the first one. Any recommendations?
Reversing the elements of a linked listNo I can't add the (node &n) because I'm not allowed
The find function in a linked listHi I'm having trouble completing the function bool list::find(int x) which returns true if x is i...
This user does not accept Private Messages