Sonu Sharma
Sonu Sharma
its most likely a syntax error for me my env-cmdrc had a comma in the last key value pair in the development section.
@prb01 if the needle (n) is ahead of the middle value (m) then low should be mid + 1. there's some mess up in the sudo code....ignore that. ```js if...
@SalmHossam post your error. do a clean yarn install and then a yarn generate will create the day folder for you inside `src` and check your jest config and then...
or you could just `j
jump will be inclusive that's it. there was a mistake in the code. ```go func TwoCrystalBalls(breaks []bool) int { l := len(breaks) var jmpAmount int = int(math.Sqrt(float64(l))) i := jmpAmount...
@jawwadHussain302 you have declared a return type and are not returning anything. pls check if you are returning properly for that LinearSearchList function.