algorithms
algorithms copied to clipboard
search_range code needs a slight fix. it does not work for certain conditions
nums = [5,7,7,7,7,8,8,8,8,10] target = 7 search_range(nums , target)
output : [4, 4]
Can I contribute to this Issue?
Can I contribute to this Issue?
Sure
@KishoreTG go ahead with the contribution, tag me on your PR to review it.