Skip to content
Advertisement

Tag: database-design

Design for defining graphs or flowing structures

I’m trying to create a system for representing and designing graphs in an easy way. That means it should be easy to create some graphical representation from the data structure but it should also be easy to store the structure and do easy calculation on it. Easy calulations in this sence are questions like which nodes are the next nodes

Advertisement