package prototype type nodeInterface interface { print(string) clone() nodeInterface }
© The Algorithms 2021