You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper loading of this data requires nodes ids being ordered like natural numbers [0,1,2,...]. That is, ids are integers and start at 0. It is the same for the edges id. When a node or an edge is deleted in the application, all ids are changed automatically and are done in the deleteNode() and deleteEdge() functions.
this is suboptimal as it requires lots of processing and makes the application vulnerable to processing errors.
The text was updated successfully, but these errors were encountered:
this is suboptimal as it requires lots of processing and makes the application vulnerable to processing errors.
The text was updated successfully, but these errors were encountered: