**Problem**
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You mu…
Hello @samyakmaitre
the current readme file lacks proper structure and does not contain the following :
-featured in section
-table of contents
-contributors
-forkers and stargazers section…
**Ceil The Floor**
**Problem**
Given an unsorted array arr[] of integers and an integer x, find the floor and ceiling of x in arr[].
Floor of x is the largest element which is smaller than or e…