Well, I'm implementing an avl tree in Scala, and I need some sort of comparison between the tree nodes, parameterized in type T. I'm trying to use Ordered for this, however, despite compiling, the compare does not work:
case class Nodetr...
asked by
09.04.2018 / 21:25