datavis-tech / graph-data-structure

A graph data structure with topological sort and shortest path algorithms.
MIT License
249 stars 46 forks source link

add node as object #51

Open Qiming-C opened 2 years ago

Qiming-C commented 2 years ago

is it possible to add node as object? or it is restricted to be String only

curran commented 2 years ago

String only, but open to PRs!

curran commented 11 months ago

Related https://www.npmjs.com/package/internmap