User profile: jessi

User info
User name:jessi
History
Joined:
Number of posts:6
Latest posts:

Merge two Linked ordered linked list
Hi, I am trying to implement a mergelist function that combines the elements in list1 and list 2 in...

Copy constructor in double LinkedList
I am trying to implement a copy constructor for a double linked list.. The program hangs at the copy...

Lined list implementation
Node *newNode = new Node; Thank you - this worked.

Lined list implementation
Makes sense but when you create a new node like Node *newNode; where should we initially point it to...

Lined list implementation
I thought the Node *newNode = NULL would be an issue, i removed that NULL and ran it again.. still t...

This user does not accept Private Messages

User: jessi

  • Public profile