☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 months agoDev Interviewslemmy.mlexternal-linkmessage-square7fedilinkarrow-up11arrow-down10file-textcross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1external-linkDev Interviewslemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square7fedilinkfile-textcross-posted to: programmer_humor@programming.dev
minus-squarepropter_hog [any, any]@hexbear.netlinkfedilinkEnglisharrow-up0·2 months agoAnd if you’re in a language that doesn’t implement it
minus-squareskeletorsass [she/her]@hexbear.netlinkfedilinkarrow-up0·2 months agoYou might need a custom one as well. Modify the algorithm. Good to demonstrate the divide and conquer approach.
minus-squarebreakcore@discuss.tchncs.delinkfedilinkarrow-up0·2 months agoWhich languages would that be? I imagine it is used in most cases.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up0·edit-22 months agoAssembly, LLVM IR, etc
And if you’re in a language that doesn’t implement it
You might need a custom one as well. Modify the algorithm.
Good to demonstrate the divide and conquer approach.
Which languages would that be? I imagine it is used in most cases.
Assembly, LLVM IR, etc
Ah yes