Non-primitive non-linear data structures: Trees
When it comes to data storage, using linear structures, be it linked lists and arrays or even stacks and queues, we have accountability over time complexity as the size of our data increases. That is, the larger the data being stored, the more time i...
thegreencodes.com5 min read