Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Super simple graph in TypeScript using an adjacency matrix
(opens in new tab)
(github.com)
8 points
craigharley
7y ago
3 comments
Save
Share
3 comments
3 comments · 1 top-level
top
newest
oldest
craigharley
OP
7y ago
· 2 in thread
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