Data structures Introduction
INTRODUCTION
Many different data structures are used in computer science to store and organize data in a specific way. Here is a list of some common data structures:
Array: A collection of items stored at contiguous memory locations.
Linked List: A...
purvazdump.hashnode.dev10 min read