imposters-handbook/feedback

Suggestion: Add Math.floor on merge sort

Closed this issue · 3 comments

elstr commented

In order to avoid inconsistency, in page 147 const middle = list.length/2; I think it would be appropriate to use const middle = Math.floor(list.length/2)

Can you add some detail RE consistency?

elstr commented

Sorry Idk what you mean by RE

"With regards to"