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...
Dec 24, 202210 min read8

