37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
---
|
|
title: Data Structures
|
|
TARGET DECK: Obsidian::STEM
|
|
FILE TAGS: data_structure
|
|
tags:
|
|
- data_structure
|
|
---
|
|
|
|
## Overview
|
|
|
|
A **data structure** is a collection of data values, the relationships among them, and the functions/operations that can be applied to the data.
|
|
|
|
%%ANKI
|
|
Basic
|
|
What is a data structure?
|
|
Back: A collection of data values and the functions that can be applied to them.
|
|
Reference: “Data Structure.” In _Wikipedia_, April 13, 2024. [https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731](https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731).
|
|
<!--ID: 1714669011575-->
|
|
END%%
|
|
|
|
%%ANKI
|
|
Cloze
|
|
A {data structure} serves as the basis of an {ADT}.
|
|
Reference: “Data Structure.” In _Wikipedia_, April 13, 2024. [https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731](https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731).
|
|
<!--ID: 1714669011577-->
|
|
END%%
|
|
|
|
%%ANKI
|
|
Cloze
|
|
An {1:ADT} is to the {2:logical} whereas a {2:data structure} is to the {1:physical}.
|
|
Reference: “Data Structure.” In _Wikipedia_, April 13, 2024. [https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731](https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731).
|
|
<!--ID: 1714669011579-->
|
|
END%%
|
|
|
|
## Bibliography
|
|
|
|
* “Data Structure.” In _Wikipedia_, April 13, 2024. [https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731](https://en.wikipedia.org/w/index.php?title=Data_structure&oldid=1218671731). |