Introduction to Tree's
There are 2 types of data structures. 1. Linear and 2.Non linear data structures. Arrays, Stack, Queues and linked lists. Trees belong to non linear data structures. Trees are a type of data structure where a node that contains one or more data value...
gagang.hashnode.dev5 min read