@@ -123,7 +123,7 @@ const questions = [
123123 id : 10 , 
124124 name : 'Word Search' , 
125125 url : 'https://leetcode.com/problems/word-search/' , 
126-  pattern : [ 'Arrays'  ,   ' Backtracking'] , 
126+  pattern : [ 'Backtracking' ] , 
127127 difficulty : 'Medium' , 
128128 premium : false , 
129129 companies : [ 
@@ -1292,7 +1292,7 @@ const questions = [
12921292 id : 107 , 
12931293 name : 'Kth Smallest Element in a BST' , 
12941294 url : 'https://leetcode.com/problems/kth-smallest-element-in-a-bst/' , 
1295-  pattern : [ 'DFS' ,   "Top 'K' Elements" ] , 
1295+  pattern : [ 'DFS' ] , 
12961296 difficulty : 'Medium' , 
12971297 premium : false , 
12981298 companies : [ 'Amazon' ,  'Oracle' ,  'Facebook' ,  'Apple' ,  'Bloomberg' ] , 
@@ -1301,7 +1301,7 @@ const questions = [
13011301 id : 108 , 
13021302 name : 'K Closest Points to Origin' , 
13031303 url : 'https://leetcode.com/problems/k-closest-points-to-origin/' , 
1304-  pattern : [ 'Heap' ,   "Top 'K' Elements" ] , 
1304+  pattern : [ 'Heap' ] , 
13051305 difficulty : 'Medium' , 
13061306 premium : false , 
13071307 companies : [ 'Facebook' ,  'Amazon' ,  'Asana' ,  'Oracle' ,  'Apple' ] , 
@@ -1310,7 +1310,7 @@ const questions = [
13101310 id : 109 , 
13111311 name : 'Top K Frequent Elements' , 
13121312 url : 'https://leetcode.com/problems/top-k-frequent-elements/' , 
1313-  pattern : [ 'Heap' ,   "Top 'K' Elements" ] , 
1313+  pattern : [ 'Heap' ] , 
13141314 difficulty : 'Medium' , 
13151315 premium : false , 
13161316 companies : [ 'Amazon' ,  'Facebook' ,  'Oracle' ,  'Google' ,  'Yelp' ,  'Apple' ] , 
@@ -1319,7 +1319,7 @@ const questions = [
13191319 id : 110 , 
13201320 name : 'Sort Characters By Frequency' , 
13211321 url : 'https://leetcode.com/problems/sort-characters-by-frequency/' , 
1322-  pattern : [ 'Heap' ,   "Top 'K' Elements" ] , 
1322+  pattern : [ 'Heap' ] , 
13231323 difficulty : 'Medium' , 
13241324 premium : false , 
13251325 companies : [ 'Amazon' ,  'Bloomberg' ,  'Uber' ] , 
@@ -1328,7 +1328,7 @@ const questions = [
13281328 id : 111 , 
13291329 name : 'Kth Largest Element in an Array' , 
13301330 url : 'https://leetcode.com/problems/kth-largest-element-in-an-array/' , 
1331-  pattern : [ 'Heap' ,   "Top 'K' Elements" ] , 
1331+  pattern : [ 'Heap' ] , 
13321332 difficulty : 'Medium' , 
13331333 premium : false , 
13341334 companies : [ 
@@ -1349,7 +1349,7 @@ const questions = [
13491349 id : 112 , 
13501350 name : 'Reorganize String' , 
13511351 url : 'https://leetcode.com/problems/reorganize-string/' , 
1352-  pattern : [ 'Greedy' ,  'Heap' ,   "Top 'K' Elements" ] , 
1352+  pattern : [ 'Greedy' ,  'Heap' ] , 
13531353 difficulty : 'Medium' , 
13541354 premium : false , 
13551355 companies : [ 
@@ -1365,7 +1365,7 @@ const questions = [
13651365 id : 113 , 
13661366 name : 'Rearrange String k Distance Apart' , 
13671367 url : 'https://leetcode.com/problems/rearrange-string-k-distance-apart' , 
1368-  pattern : [ 'Greedy' ,  'Heap' ,   "Top 'K' Elements" ] , 
1368+  pattern : [ 'Greedy' ,  'Heap' ] , 
13691369 difficulty : 'Hard' , 
13701370 premium : true , 
13711371 companies : [ 'Google' ] , 
@@ -1747,7 +1747,7 @@ const questions = [
17471747 id : 149 , 
17481748 name : 'Serialize and Deserialize Binary Tree' , 
17491749 url : 'https://leetcode.com/problems/serialize-and-deserialize-binary-tree/' , 
1750-  pattern : [ 'Design' ,   'DFS' ] , 
1750+  pattern : [ 'Design' ] , 
17511751 difficulty : 'Hard' , 
17521752 premium : false , 
17531753 companies : [ 
0 commit comments