acyclic-graphs
There are 14 repositories under acyclic-graphs topic.
PaulPauls/cyclic-toposort
Implements sorting algorithm for directed acyclic as well as cyclic graphs. The directed cyclic graphs are sorted by determining the minimal amount of cyclic edges and optionally then also determining the maximum amount of groupings possible with a minimal amount of cyclic edges.
fel88/Dagre.NET
directed acyclic graph layout library
NeuroSYS-pl/magda
Library for building Modular and Asynchronous Graphs with Directed and Acyclic edges (MAGDA)
PaulinaAldaco/DirectedGraphs
Implementation and explanation of a directed graph, graph traversals, and complementary algorithms. (README in progress)
TomMakesThings/Phylogenetic-Tree-Inference
Inferring likelihood and mutation rate of an evolutionary tree through the Jukes-Cantor model and Felsenstein’s algorithm
theMonadicNomad/GraphQueries
Implementing GraphQueries in Haskell using Reachability Queries
DIFFgraph/DIFFgraph.github.io
Graph in the pompatus of DIFF . . . Learn. Appreciate. UNDERSTAND.
justin-marian/blockchain
Blockchain represented through BlockDAG (Directed Acyclic Graph). Facilitates evolution, past, and future transactions, while optimizing the streaming process with K-clusters.
Mastro1/causal_inference
Causal inference is the process of determining the independent, actual effect of a particular phenomenon that is a component of a larger system. Here the project realized for the course at EPFL.
Elojah/pxlmtc-test
Test interview for pixelmatic
JayGupta797/course-network
Explore Stanford's course prerequisite network visually with this web app powered by React Force Graph.
youstinus/dynamic-algorithms
Dynamic Algorithm analysis for Binary Search tree, Fibonacci, Recurrence, Acyclic Graph, Hash Search, parallel, Sorting