Data-Structure
Data-Structure copied to clipboard
value of mid is wrong
it should be low+high/2 instead of mid=low+(high-low)/2;