algorithm - Graph serialization and deserialization -
as per answer question can use topological sort ordering of nodes. how persist or serialize edges between nodes? if need send serialized 'directed' graph on network , recreate on other end, need send?
Comments
Post a Comment