Data structure

  • Sprouting
  • c.

A data structure is a particular way of organising data in a computer so that it can be used effectively. The idea is to reduce the space and time complexities of different tasks.

Introduction to Data Structures

Example

Common data structures implemented in TypeScript: dsoreilly/data-structures .