@@ -1056,7 +1056,7 @@ const questions = [
10561056 id : 86 ,
10571057 name : 'Binary Search' ,
10581058 url : 'https://leetcode.com/problems/binary-search/' ,
1059- pattern : [ 'Modified Binary Search' ] ,
1059+ pattern : [ 'Binary Search' ] ,
10601060 difficulty : 'Easy' ,
10611061 premium : false ,
10621062 companies : [ 'Microsoft' ] ,
@@ -1066,7 +1066,7 @@ const questions = [
10661066 name : 'Find Smallest Letter Greater Than Target' ,
10671067 url :
10681068 'https://leetcode.com/problems/find-smallest-letter-greater-than-target/' ,
1069- pattern : [ 'Modified Binary Search' ] ,
1069+ pattern : [ 'Binary Search' ] ,
10701070 difficulty : 'Easy' ,
10711071 premium : false ,
10721072 companies : [ 'LinkedIn' ] ,
@@ -1075,7 +1075,7 @@ const questions = [
10751075 id : 88 ,
10761076 name : 'Peak Index in a Mountain Array' ,
10771077 url : 'https://leetcode.com/problems/peak-index-in-a-mountain-array/' ,
1078- pattern : [ 'Modified Binary Search' ] ,
1078+ pattern : [ 'Binary Search' ] ,
10791079 difficulty : 'Easy' ,
10801080 premium : false ,
10811081 companies : [ 'Facebook' , 'Amazon' , 'Google' , 'Uber' ] ,
@@ -1084,7 +1084,7 @@ const questions = [
10841084 id : 89 ,
10851085 name : 'Find Minimum in Rotated Sorted Array' ,
10861086 url : 'https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/' ,
1087- pattern : [ 'Modified Binary Search' ] ,
1087+ pattern : [ 'Binary Search' ] ,
10881088 difficulty : 'Medium' ,
10891089 premium : false ,
10901090 companies : [ 'Amazon' , 'Microsoft' , 'Google' , 'Goldman Sachs' , 'Apple' ] ,
@@ -1093,7 +1093,7 @@ const questions = [
10931093 id : 90 ,
10941094 name : 'Find Peak Element' ,
10951095 url : 'https://leetcode.com/problems/find-peak-element/' ,
1096- pattern : [ 'Modified Binary Search' ] ,
1096+ pattern : [ 'Binary Search' ] ,
10971097 difficulty : 'Medium' ,
10981098 premium : false ,
10991099 companies : [ 'Facebook' , 'Amazon' , 'Google' , 'Apple' ] ,
@@ -1102,7 +1102,7 @@ const questions = [
11021102 id : 91 ,
11031103 name : 'Search in Rotated Sorted Array' ,
11041104 url : 'https://leetcode.com/problems/search-in-rotated-sorted-array/' ,
1105- pattern : [ 'Modified Binary Search' ] ,
1105+ pattern : [ 'Binary Search' ] ,
11061106 difficulty : 'Medium' ,
11071107 premium : false ,
11081108 companies : [
@@ -1121,7 +1121,7 @@ const questions = [
11211121 id : 92 ,
11221122 name : 'Search in Rotated Sorted Array II' ,
11231123 url : 'https://leetcode.com/problems/search-in-rotated-sorted-array-ii/' ,
1124- pattern : [ 'Modified Binary Search' ] ,
1124+ pattern : [ 'Binary Search' ] ,
11251125 difficulty : 'Medium' ,
11261126 premium : false ,
11271127 companies : [ 'Amazon' ] ,
@@ -1130,7 +1130,7 @@ const questions = [
11301130 id : 93 ,
11311131 name : 'Search a 2D Matrix' ,
11321132 url : 'https://leetcode.com/problems/search-a-2d-matrix/' ,
1133- pattern : [ 'Modified Binary Search' ] ,
1133+ pattern : [ 'Binary Search' ] ,
11341134 difficulty : 'Medium' ,
11351135 premium : false ,
11361136 companies : [ 'Amazon' , 'Microsoft' , 'Facebook' , 'Uber' , 'Apple' ] ,
@@ -1139,7 +1139,7 @@ const questions = [
11391139 id : 94 ,
11401140 name : 'Search a 2D Matrix II' ,
11411141 url : 'https://leetcode.com/problems/search-a-2d-matrix-ii/' ,
1142- pattern : [ 'Modified Binary Search' ] ,
1142+ pattern : [ 'Binary Search' ] ,
11431143 difficulty : 'Medium' ,
11441144 premium : false ,
11451145 companies : [ 'Amazon' , 'Facebook' , 'Microsoft' ] ,
@@ -1148,7 +1148,7 @@ const questions = [
11481148 id : 95 ,
11491149 name : 'Find K Closest Elements' ,
11501150 url : 'https://leetcode.com/problems/find-k-closest-elements/' ,
1151- pattern : [ 'Modified Binary Search' ] ,
1151+ pattern : [ 'Binary Search' ] ,
11521152 difficulty : 'Medium' ,
11531153 premium : false ,
11541154 companies : [ 'Facebook' , 'Bloomberg' , 'Apple' ] ,
@@ -1157,7 +1157,7 @@ const questions = [
11571157 id : 96 ,
11581158 name : 'Count of Range Sum' ,
11591159 url : 'https://leetcode.com/problems/count-of-range-sum/' ,
1160- pattern : [ 'Modified Binary Search' ] ,
1160+ pattern : [ 'Binary Search' ] ,
11611161 difficulty : 'Hard' ,
11621162 premium : false ,
11631163 companies : [ 'Google' ] ,
0 commit comments