Resolve conflicts
This commit is contained in:
@ -14,6 +14,6 @@ const sortedIndex = (arr, n) => {
|
|||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
sortedIndex([5,3,2,1], 4); //1
|
sortedIndex([5,3,2,1], 4); // 1
|
||||||
sortedIndex([30,50],40); // 1
|
sortedIndex([30,50],40); // 1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user