DEV Community

Discussion on: Kotlin - Smart Solutions #0

 
henrique_horbovyi profile image
Henrique Horbovyi • Edited

Great solution dude.
I'm comparing both solutions using measureTimeMillis()

Code

Thread Thread
 
henrique_horbovyi profile image
Henrique Horbovyi

I executed several times, and the result is always Time(caseA) < Time(caseB) :D
And nevermind the order of execution it will take more or less the same time for both

First Execution
Second Execution

Thread Thread
 
henrique_horbovyi profile image
Henrique Horbovyi

But the scenario changes a bit when I executed on Kotlin Playground
The results tend to be more approximated