qaz@lemmy.world to Programmer Humor@programming.devEnglish · 22 hours agoWho cares about time complexitylemmy.worldimagemessage-square56fedilinkarrow-up1378arrow-down11
arrow-up1377arrow-down1imageWho cares about time complexitylemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 22 hours agomessage-square56fedilink
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkarrow-up2arrow-down1·8 hours agoDepending on the language, you may be mutating the input value, which isn’t great.
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up2·4 hours agoI’m pretty sure it’s Java (due to the syntax and Eclipse editor default color scheme), so that isn’t an issue
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkarrow-up1·edit-247 minutes agoOh right, my Java is a bit rusty. But if it was Javascript, that would have been a problem.
Depending on the language, you may be mutating the input value, which isn’t great.
I’m pretty sure it’s Java (due to the syntax and Eclipse editor default color scheme), so that isn’t an issue
Oh right, my Java is a bit rusty. But if it was Javascript, that would have been a problem.