====== Node ====== Nodes are the base element of the graphs. The GroIMP implementation of graph define nodes as extending [[:01_user_documentation:06_graph:01_edge|edges]]. This design enables to save memory as, if two nodes are connected by only one edge, no edge object is required. The information of the edge is hosted in the nodes. ====== ====== {{namespace>:01_user_documentation:06_graph:02_node}}