datavis-tech / graph-data-structure

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

Using Array instead of set, #53

Closed CSDUMMI closed 2 years ago

CSDUMMI commented 2 years ago

because Set refers to a specific data structure in JavaScript.

curran commented 2 years ago

Thanks!