|
|
|
|
|
by grayhatter
429 days ago
|
|
A linked list is just a simpler version of both a graph and a tree. What data structure would you suggest to represent both/either of those? Or are you asserting, because you've never used them they're not common? Because while maybe I agree, and I don't often reach for a linked list, I've built plenty of trees and graphs. |
|