Y
Hacker News
new
|
ask
|
show
|
jobs
by
palunon
3555 days ago
Depends on your memory representation of the graph. If you simply use the obvious one (a node have a list of pointers to its successors), I don't see the difference except for successors[]/children[]
1 comments
dnautics
3554 days ago
You're right. I mentioned acyclic graph and my mind slipped to general graphs. Although often graphs are represented as say a sparse matrix.
link