2022-05-12 00:21:48 +00:00
---
2022-04-13 10:04:28 +00:00
2022-05-12 00:21:48 +00:00
title:
author: Broke
dateCreated: @today
dateUpdated: @today
2022-04-13 10:04:28 +00:00
2022-05-12 00:21:48 +00: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 10:04:28 +00:00
2022-05-12 00:21:48 +00:00
## Overview
#### Operating Definition:
A directed graph with no directed cycles. < sup > 1< / sup >
2022-04-13 10:04:28 +00:00
2022-05-12 00:21:48 +00:00
#### Current "Standard" Implementation:
2022-04-17 06:28:23 +00:00
Simply a basic generalized data structure used in multiple different fields of study.
2022-04-13 10:04:28 +00:00
2022-05-12 00:21:48 +00:00
#### The Idea(l):
#### Logos Implementation:
#### Live Feedback
2022-04-13 10:04:28 +00:00
2022-05-12 00:21:48 +00:00
#### IMPORTANT Differentiators:
2022-04-17 06:28:23 +00:00
2022-05-12 00:21:48 +00:00
#### Knowledge Share: