Representing a DAG (directed acyclic graph)

后端 未结 4 1905
醉梦人生
醉梦人生 2021-02-04 09:02

I need to store dependencies in a DAG. (We\'re mapping a new school curriculum at a very fine grained level)

We\'re using rails 3

Considerations

  • W
4条回答
  •  执念已碎
    2021-02-04 09:29

    I found this example of modeling a directed acyclic graph in SQL:

    http://www.codeproject.com/KB/database/Modeling_DAGs_on_SQL_DBs.aspx?msg=3051183

提交回复
热议问题