We're a place where coders share, stay up-to-date and grow their careers.
Great solution dude. I'm comparing both solutions using measureTimeMillis()
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
But the scenario changes a bit when I executed on Kotlin Playground The results tend to be more approximated
Great solution dude.
I'm comparing both solutions using measureTimeMillis()
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
But the scenario changes a bit when I executed on Kotlin Playground
The results tend to be more approximated