Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Super simple graph in TypeScript using an adjacency matrix | Better HN
Super simple graph in TypeScript using an adjacency matrix
(opens in new tab)
(github.com)
8 points
craigharley
7y ago
3 comments
Share
3 comments
default
newest
oldest
craigharley
OP
7y ago
I made a super simple graph in typescript using an adjacency matrix because all the ones I could find were really bloated, or used far too much memory since I have have a very dense graph.
random4215
7y ago
Matrices are a big memory cost. I would suggest to use Maps instead to maintain constant time operations.
craigharley
OP
7y ago
How would you recommend going about doing this?
j
/
k
navigate · click thread line to collapse