Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

Data Structures

Data Structures

Feb 10, 20261 min read

  • data-structures
  • foundations

Data Structures

Back: 01 - Foundations MOC

Data structures are ways to organize, store, and manage data so that it can be accessed and modified efficiently. The choice of data structure directly impacts the performance of algorithms that operate on the data, making it one of the most fundamental topics in computer science and software engineering.

Categories

  • Linear Structures
  • Tree Structures
  • Graph Structures
  • Hash-Based Structures
  • Advanced Structures

data-structures foundations


Graph View

  • Data Structures
  • Categories

Backlinks

  • Software Engineering - Map of Content
  • Advanced Structures
  • Graph Structures
  • Hash-Based Structures
  • Linear Structures
  • Tree Structures
  • 01 - Foundations MOC

Created with Quartz v4.5.2 © 2026

  • GitHub