I am Having doubt on class template

What does node *next means? i am not getting it

It’s similar to node * next we have done node * next cause of template typename T.
if you don’t make it genric everything remain same no effect

are we specifying template with node* because of value type?

Node < T > * next this specifies template class
Node * next if you won’t use template.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.