User: wizard25

  • Public profile

User profile: wizard25

User info
User name:wizard25
History
Joined:
Number of posts:18
Latest posts:

Reversing the elements of a linked list
ok so how would you do that using the void list::displayReverse() function

The find function in a linked list
struct node { int data; node *next; }; bool list::find(int x) { //returns true if x...

The find function in a linked list
this code is good but it crashes if you the value is not the first one. Any recommendations?

Reversing the elements of a linked list
No I can't add the (node &n) because I'm not allowed

The find function in a linked list
Hi 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