oucyang
Results
1
comments of
oucyang
code example is next ``` class Node(var id: Int, var tail: Node, var nexts: Array[Node]) @org.junit.Test def TestSize(): Unit = { val buildCase = (total: Int) => { val num...