2022-05-11 20:21:48 -04:00
---
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
title:
2022-05-20 23:25:41 -04:00
author:
2022-05-11 20:21:48 -04:00
dateCreated: @today
dateUpdated: @today
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
---
# Topic: Directed Acyclic Graph (DAG)
#### Related:
`ELI5: A data structure that allows for branching to occur. A blockchain is just a linear DAG. A DAG is a generalization of that dynamic which can allow for other parts can branch off and continue to exist.`
---
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
## Overview
#### Operating Definition:
A directed graph with no directed cycles. < sup > 1< / sup >
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
#### Current "Standard" Implementation:
2022-04-17 02:28:23 -04:00
Simply a basic generalized data structure used in multiple different fields of study.
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
#### The Idea(l):
#### Logos Implementation:
2022-05-18 22:16:46 -04:00
#### Live Feedback:
2022-05-11 20:21:48 -04:00
2022-04-13 06:04:28 -04:00
2022-05-11 20:21:48 -04:00
#### IMPORTANT Differentiators:
2022-04-17 02:28:23 -04:00
2022-05-11 20:21:48 -04:00
#### Knowledge Share: