qaz@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agoWho cares about time complexitylemmy.worldimagemessage-square17fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageWho cares about time complexitylemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square17fedilink
minus-square∃∀λ@programming.devlinkfedilinkarrow-up0·edit-22 months agoIt’s got some code duplication. Who can code gulf golf this?
minus-squaretourist@lemmy.worldlinkfedilinkarrow-up2·2 months agopublic static int convertRomanNumeral(String numeral) { return 4; // todo }
minus-squaregrue@lemmy.worldlinkfedilinkarrow-up1·edit-22 months agoCode gulf, you say? public static String convertRomanNumeral(String numeral) { numeral = numeral.replace("America", "Mexico"); return numeral; }
It’s got some code duplication. Who can code
gulfgolf this?public static int convertRomanNumeral(String numeral) { return 4; // todo }Code gulf, you say?
public static String convertRomanNumeral(String numeral) { numeral = numeral.replace("America", "Mexico"); return numeral; }