tDnamein
04/02/2021, 7:29 PMlistOf(1, 0, 0) > listOf(0, 1, 1) == true
listOf(0, 1, 0) > listOf(1, 0, 1) == false
Looking at the implementation I understand how this is computed but I believe this is a bug. I am not quite sure, since I do not understand how the compareTo-operator should work on lists but right now the whole outcome is determined by the comparison of the elements at index 0. And If two values at the same position are equal then the whole outcome is determined by the comparison at the next index unless the equality occurred at the end. At least to me it seems like it was not intended to work this way.Youssef Shoaib [MOD]
04/02/2021, 7:39 PMtDnamein
04/02/2021, 7:43 PMJannis
04/02/2021, 8:21 PMJannis
04/02/2021, 8:21 PMJannis
04/02/2021, 8:25 PMJannis
04/02/2021, 8:27 PM