+ 3

What is node?

24th Jan 2018, 1:11 PM
Dheeraj Yadav
Dheeraj Yadav - avatar
2 Answers
+ 16
A node class is simply a class representing a node in a data structure. Data structures like lists, trees, maps, etc. consist of so-called nodes. And a representation of such a node in form of a C++ class is called a node class. https://www.codeproject.com/Questions/392196/What-is-a-node-class-in-cplusplus-and-how-to-imple
24th Jan 2018, 1:55 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 1
Node is a element list or binary tree.
24th Jan 2018, 1:34 PM
Ivan Olegovich
Ivan Olegovich - avatar