class Node { public: int data; Node* next; };
In this Node is a class, but I did not understand what Node* next is. Is it like
Node* next