User profile: grellen

User info
User name:grellen
History
Joined:
Number of posts:3
Latest posts:

Problem with Search in a link list
I think after the while loop stop, lastPtr equals 10 and temp equals NULL

Problem with Search in a link list
if the searched item greater than the last element in the list,it still work by judging if (lastPtr...

Problem with Search in a link list
NodePtr find(NodePtr hdList, int tofind) { NodePtr temp = hdList, lastPtr = NULL; while ((temp->d...

This user does not accept Private Messages