occam-directed-graphs 3.0.33 → 3.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,6 +8,7 @@ Directed graphs comprised of directed acyclic graphs together with cycles for [O
8
8
  - [Installation](#installation)
9
9
  - [Usage](#usage)
10
10
  - [Building](#building)
11
+ - [References](#references)
11
12
  - [Contact](#contact)
12
13
 
13
14
  ## Introduction
@@ -119,6 +120,12 @@ Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have
119
120
  npm run build-debug
120
121
  npm run watch-debug
121
122
 
123
+ ## References
124
+
125
+ This implementation is based on the Pearce-Kelly algorithm:
126
+
127
+ * [A Dynamic Topological Sort Algorithm for Directed Acyclic Graphs](https://www.doc.ic.ac.uk/~phjk/Publications/DynamicTopoSortAlg-JEA-07.pdf) by David J. Pearce and Paul H.J. Kelly.
128
+
122
129
  ## Contact
123
130
 
124
131
  * james.smith@djalbat.com