Skip to content

Commit

Permalink
Formatted the code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2023
1 parent 0350b93 commit 95b42f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Explanation : 7 isn't present in the array so 4 will be the index where 7 would
**Solve it on :**
[Coding Ninjas](https://www.codingninjas.com/studio/problems/algorithm-to-find-best-insert-position-in-sorted-array_839813?utm_source=striver&utm_medium=website&utm_campaign=a_zcoursetuf) &
[LeetCode](https://leetcode.com/problems/search-insert-position/#:~:text=Search%20Insert%20Position%20%2D%20LeetCode&text=Given%20a%20sorted%20array%20of,(log%20n)%20runtime%20complexity).
[LeetCode](<https://leetcode.com/problems/search-insert-position/#:~:text=Search%20Insert%20Position%20%2D%20LeetCode&text=Given%20a%20sorted%20array%20of,(log%20n)%20runtime%20complexity>).
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ int search(vector<int>& arr, int n, int k)
**Solve it on :**

[Coding Ninjas](https://www.codingninjas.com/studio/problems/search-in-rotated-sorted-array_1082554?utm_source=striver&utm_medium=website&utm_campaign=a_zcoursetuf) &
[LeetCode](https://leetcode.com/problems/search-in-rotated-sorted-array/).
[LeetCode](https://leetcode.com/problems/search-in-rotated-sorted-array/).
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ bool searchInARotatedSortedArrayII(vector<int>&arr, int target) {
**Solve it on :**
[Coding Ninjas](https://www.codingninjas.com/studio/problems/search-in-a-rotated-sorted-array-ii_7449547?utm_source=striver&utm_medium=website&utm_campaign=a_zcoursetuf) &
[LeetCode](https://leetcode.com/problems/search-in-rotated-sorted-array-ii/).
[LeetCode](https://leetcode.com/problems/search-in-rotated-sorted-array-ii/).
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ int findMin(vector<int>& arr)
**Solve it on :**
[Coding Ninjas](https://www.codingninjas.com/studio/problems/rotated-array_1093219?utm_source=striver&utm_medium=website&utm_campaign=a_zcoursetuf) &
[LeetCode](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/).
[LeetCode](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/).

0 comments on commit 95b42f1

Please sign in to comment.