@@ -726,6 +726,7 @@ var TAGS = {
726726 '217' : [ 'array' , 'hash-table' ] ,
727727 '218' : [ 'binary-indexed-tree' , 'divide-and-conquer' , 'heap' , 'segment-tree' ] ,
728728 '219' : [ 'array' , 'hash-table' ] ,
729+ '220' : [ 'binary-search-tree' ] ,
729730 '221' : [ 'dynamic-programming' ] ,
730731 '222' : [ 'binary-search' , 'tree' ] ,
731732 '223' : [ 'math' ] ,
@@ -817,7 +818,7 @@ var TAGS = {
817818 '312' : [ 'divide-and-conquer' , 'dynamic-programming' ] ,
818819 '313' : [ 'heap' , 'math' ] ,
819820 '314' : [ 'hash-table' ] ,
820- '315' : [ 'binary-indexed-tree' , 'divide-and-conquer' , 'segment-tree' ] ,
821+ '315' : [ 'binary-indexed-tree' , 'divide-and-conquer' , 'segment-tree' , 'binary-search-tree' ] ,
821822 '316' : [ 'greedy' , 'stack' ] ,
822823 '317' : [ 'breadth-first-search' ] ,
823824 '318' : [ 'bit-manipulation' ] ,
@@ -829,7 +830,7 @@ var TAGS = {
829830 '324' : [ 'sort' ] ,
830831 '325' : [ 'hash-table' ] ,
831832 '326' : [ 'math' ] ,
832- '327' : [ 'divide-and-conquer' ] ,
833+ '327' : [ 'divide-and-conquer' , 'binary-search-tree' ] ,
833834 '328' : [ 'linked-list' ] ,
834835 '329' : [ 'depth-first-search' , 'topological-sort' ] ,
835836 '330' : [ 'greedy' ] ,
@@ -853,6 +854,7 @@ var TAGS = {
853854 '349' : [ 'binary-search' , 'hash-table' , 'sort' , 'two-pointers' ] ,
854855 '350' : [ 'binary-search' , 'hash-table' , 'sort' , 'two-pointers' ] ,
855856 '351' : [ 'backtracking' , 'dynamic-programming' ] ,
857+ '352' : [ 'binary-search-tree' ] ,
856858 '353' : [ 'design' , 'queue' ] ,
857859 '354' : [ 'binary-search' , 'dynamic-programming' ] ,
858860 '355' : [ 'design' , 'hash-table' , 'heap' ] ,
@@ -963,7 +965,7 @@ var TAGS = {
963965 '488' : [ 'depth-first-search' ] ,
964966 '490' : [ 'breadth-first-search' , 'depth-first-search' ] ,
965967 '491' : [ 'depth-first-search' ] ,
966- '493' : [ 'binary-indexed-tree' , 'divide-and-conquer' , 'segment-tree' ] ,
968+ '493' : [ 'binary-indexed-tree' , 'divide-and-conquer' , 'segment-tree' , 'binary-search-tree' ] ,
967969 '494' : [ 'depth-first-search' , 'dynamic-programming' ] ,
968970 '495' : [ 'array' ] ,
969971 '496' : [ 'stack' ] ,
@@ -989,6 +991,7 @@ var TAGS = {
989991 '526' : [ 'backtracking' ] ,
990992 '527' : [ 'sort' , 'string' ] ,
991993 '529' : [ 'breadth-first-search' , 'depth-first-search' ] ,
994+ '530' : [ 'array' , 'depth-first-search' , 'binary-search-tree' ] ,
992995 '531' : [ 'array' , 'depth-first-search' ] ,
993996 '532' : [ 'array' , 'two-pointers' ] ,
994997 '533' : [ 'array' , 'depth-first-search' ] ,
@@ -1102,7 +1105,7 @@ var TAGS = {
11021105 '680' : [ 'string' ] ,
11031106 '681' : [ 'string' ] ,
11041107 '682' : [ 'stack' ] ,
1105- '683' : [ 'array' ] ,
1108+ '683' : [ 'array' , 'binary-search-tree' ] ,
11061109 '684' : [ 'graph' , 'tree' , 'union-find' ] ,
11071110 '685' : [ 'depth-first-search' , 'graph' , 'tree' , 'union-find' ] ,
11081111 '686' : [ 'string' ] ,
@@ -1118,12 +1121,12 @@ var TAGS = {
11181121 '696' : [ 'string' ] ,
11191122 '697' : [ 'array' ] ,
11201123 '698' : [ 'dynamic-programming' ] ,
1121- '699' : [ 'segment-tree' ] ,
1124+ '699' : [ 'segment-tree' , 'binary-search-tree' ] ,
11221125 '711' : [ 'depth-first-search' , 'hash-table' ] ,
11231126 '712' : [ 'dynamic-programming' ] ,
11241127 '713' : [ 'array' , 'two-pointers' ] ,
11251128 '714' : [ 'array' , 'dynamic-programming' , 'greedy' ] ,
1126- '715' : [ 'array' , 'segment-tree' ] ,
1129+ '715' : [ 'array' , 'segment-tree' , 'binary-search-tree' ] ,
11271130 '716' : [ 'design' ] ,
11281131 '717' : [ 'array' ] ,
11291132 '718' : [ 'array' , 'binary-search' , 'dynamic-programming' , 'hash-table' ] ,
@@ -1139,8 +1142,8 @@ var TAGS = {
11391142 '728' : [ 'math' ] ,
11401143 '729' : [ 'array' ] ,
11411144 '730' : [ 'dynamic-programming' , 'string' ] ,
1142- '731' : [ 'array' ] ,
1143- '732' : [ 'segment-tree' ] ,
1145+ '731' : [ 'array' , 'binary-search-tree' ] ,
1146+ '732' : [ 'segment-tree' , 'binary-search-tree' ] ,
11441147 '733' : [ 'depth-first-search' ] ,
11451148 '734' : [ 'hash-table' ] ,
11461149 '735' : [ 'stack' ] ,
0 commit comments