Dominaezzz
12/14/2018, 12:02 PMclass Node(val name: String, val parent: String?)
, I want to find the last node in the list that is a child of a child of a child....... of the first element. How to do this without using `var`s?Egor Trutenko
12/14/2018, 12:05 PMDominaezzz
12/14/2018, 12:06 PMDominaezzz
12/14/2018, 12:08 PM