Question: 1. Write the definition of the function Equals() whose header is template bool Equals(Node * ptri, Node * ptr2) It returns true if the
1. Write the definition of the function Equals() whose header is template bool Equals(Node * ptri, Node * ptr2) It returns true if the linked lists pointed to by ptrl and ptr2 are equal; otherwise, it returns false. Two linked lists are equal if the data of their nodes are the same in the same order and the linked lists are the same length.
Step by Step Solution
3.42 Rating (155 Votes )
There are 3 Steps involved in it
Heres the definition of the Equals function in C that checks if two linked lists pointed to by ptr1 ... View full answer
Get step-by-step solutions from verified subject matter experts
