Im using python if it helps If the binary search function re
Im using python if it helps
If the binary search function returns -4, where should the key be inserted if you wish to insert the key into the list? at index 5 at index 6 at index 4 at index 3Solution
In binary search the key should be inserted if the binary function returns -4 is at the key inserted in list is at index 4.
Option 3 is correct choice.
