adjacency lists [9f7976a7]
Tags: algorithms
Ways to keep track of neighbors in a graph, you represent the graph by simply keeping a KV store similar to
| Node | Neighbors |
|---|---|
| A | <B, C> |
Search titles and text
Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.
Tags: algorithms
Ways to keep track of neighbors in a graph, you represent the graph by simply keeping a KV store similar to
| Node | Neighbors |
|---|---|
| A | <B, C> |