Data structures

Home > Computer Science > Algorithms and data structures > Algorithm design > Data structures

Data structures are used to store and organize data in a specific way, with the goal of making it easier and faster to access the data when needed. Some of the most commonly used data structures include arrays, linked lists, stacks, heaps, and queues.