how would everyone here represent a graph in Kotlin where given a node I would need to get children ...
a
how would everyone here represent a graph in Kotlin where given a node I would need to get children and parents? I want to make sure the code isn't jank (such that one could have parent-child conflicts)
got it