qaz@lemmy.world to Programmer Humor@programming.devEnglish · 8 months agoWho cares about time complexitylemmy.worldexternal-linkmessage-square68linkfedilinkarrow-up1362arrow-down12
arrow-up1360arrow-down1external-linkWho cares about time complexitylemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 8 months agomessage-square68linkfedilink
minus-squaregrue@lemmy.worldlinkfedilinkarrow-up22·8 months agoCode gulf, you say? public static String convertRomanNumeral(String numeral) { numeral = numeral.replace("America", "Mexico"); return numeral; }
Code gulf, you say?
public static String convertRomanNumeral(String numeral) { numeral = numeral.replace("America", "Mexico"); return numeral; }Gulf clap.