Hey folks, I want to write my own red-black tree implementation which will work in kotlin multiplatform
I know there is kotlinx.collections but they don't provide mutable version (they implement immutable and persistent)
Are there any accepted by everyone test suits for common collections? I presume there are in jdk/.net but copying those feels like cheating a bit.