What Is A Node ?

randerson112358
2 min readJun 1, 2019

Nodes Explained In Simple English

A node is a point at which lines or pathways intersect or branch, it’s like a central or connecting point. An example of a node could be a city that connects to other cities by streets, or it could be a state in the U.S. that connects to other states, or it could be you, where you are apart of a social network connecting you to other people.

Each city in this picture is a node

In computer science a node is a basic unit of a data structure, such as a a tree data structure. Nodes contain data and also may link to other nodes usually by a pointer. Another example of this is a binary tree data structure or a linked list. In todays day and age where all devices are accessible through the internet, these devices are all considered nodes, like your computer, tablet, phone etc.

Each device in the picture is a node

To learn how to program your own node and create a linked list yourself from scratch with easy step by step guidance then check out the video below !

--

--