π Graph theory concepts - definitions & terminology, extended concepts, articles & resources, etc. Related to graphs in general and additional concepts not implemented by current graph database, and should be implemented in the application layer.
- Related to extending graphs - https://en.wikipedia.org/wiki/Graph_minor#Example
- Topological sort of graph based on the interconnected edges, not any numeric value (non-numeric sort). a set of tasks to be completed in precedence constraints (precedence schedualing) - DepthFirstOrder using DFS algorithm - https://fr.coursera.org/lecture/algorithms-part2/topological-sort-RAMNS
- https://www.youtube.com/watch?v=gXgEDyodOJU&list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P&index=38
- Graph workshop publications about different graph concepts including new researches http://www.termgraph.org.uk
- verbal explanation of execution order concept - https://stackoverflow.com/questions/6477269/how-to-use-graph-theory-for-scheduling-execution-order
- https://en.wikipedia.org/wiki/Topological_sorting
- https://jgrapht.org/ - check out summary of the graph framework.
- https://youtu.be/Q9PIxaNGnig?t=151
- https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/graph/topological-sorting
- https://davidurbina.blog/on-partial-order-total-order-and-the-topological-sort/
- Graph API - https://www.coursera.org/lecture/algorithms-part2/digraph-api-Jeyta
- https://davidurbina.blog/on-partial-order-total-order-and-the-topological-sort/
- Tree structures article
- yWorks diagramming tools - products like the html graph editor, and Neo4j graph presentation.
- Documentation contains lots of useful definitions, and so the evaluation version.
- https://www.geeksforgeeks.org/graph-data-structure-and-algorithms/
- https://olympe.ch/draw/