qaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agoWho cares about time complexitylemmy.worldimagemessage-square68fedilinkarrow-up1453
arrow-up1453imageWho cares about time complexitylemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square68fedilink
minus-squareBlackEco@lemmy.blackeco.comlinkfedilinkarrow-up4·1 month agoDepending on the language, you may be mutating the input value, which isn’t great.
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up2·1 month 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-up2·edit-21 month 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.