diff --git a/plugins/company.js b/plugins/company.js index 711d8a6..3884ba0 100644 --- a/plugins/company.js +++ b/plugins/company.js @@ -726,6 +726,7 @@ var TAGS = { '217': ['array', 'hash-table'], '218': ['binary-indexed-tree', 'divide-and-conquer', 'heap', 'segment-tree'], '219': ['array', 'hash-table'], + '220': ['binary-search-tree'], '221': ['dynamic-programming'], '222': ['binary-search', 'tree'], '223': ['math'], @@ -817,7 +818,7 @@ var TAGS = { '312': ['divide-and-conquer', 'dynamic-programming'], '313': ['heap', 'math'], '314': ['hash-table'], - '315': ['binary-indexed-tree', 'divide-and-conquer', 'segment-tree'], + '315': ['binary-indexed-tree', 'divide-and-conquer', 'segment-tree', 'binary-search-tree'], '316': ['greedy', 'stack'], '317': ['breadth-first-search'], '318': ['bit-manipulation'], @@ -829,7 +830,7 @@ var TAGS = { '324': ['sort'], '325': ['hash-table'], '326': ['math'], - '327': ['divide-and-conquer'], + '327': ['divide-and-conquer', 'binary-search-tree'], '328': ['linked-list'], '329': ['depth-first-search', 'topological-sort'], '330': ['greedy'], @@ -853,6 +854,7 @@ var TAGS = { '349': ['binary-search', 'hash-table', 'sort', 'two-pointers'], '350': ['binary-search', 'hash-table', 'sort', 'two-pointers'], '351': ['backtracking', 'dynamic-programming'], + '352': ['binary-search-tree'], '353': ['design', 'queue'], '354': ['binary-search', 'dynamic-programming'], '355': ['design', 'hash-table', 'heap'], @@ -963,7 +965,7 @@ var TAGS = { '488': ['depth-first-search'], '490': ['breadth-first-search', 'depth-first-search'], '491': ['depth-first-search'], - '493': ['binary-indexed-tree', 'divide-and-conquer', 'segment-tree'], + '493': ['binary-indexed-tree', 'divide-and-conquer', 'segment-tree', 'binary-search-tree'], '494': ['depth-first-search', 'dynamic-programming'], '495': ['array'], '496': ['stack'], @@ -989,6 +991,7 @@ var TAGS = { '526': ['backtracking'], '527': ['sort', 'string'], '529': ['breadth-first-search', 'depth-first-search'], + '530': ['array', 'depth-first-search', 'binary-search-tree'], '531': ['array', 'depth-first-search'], '532': ['array', 'two-pointers'], '533': ['array', 'depth-first-search'], @@ -1102,7 +1105,7 @@ var TAGS = { '680': ['string'], '681': ['string'], '682': ['stack'], - '683': ['array'], + '683': ['array', 'binary-search-tree'], '684': ['graph', 'tree', 'union-find'], '685': ['depth-first-search', 'graph', 'tree', 'union-find'], '686': ['string'], @@ -1118,12 +1121,12 @@ var TAGS = { '696': ['string'], '697': ['array'], '698': ['dynamic-programming'], - '699': ['segment-tree'], + '699': ['segment-tree', 'binary-search-tree'], '711': ['depth-first-search', 'hash-table'], '712': ['dynamic-programming'], '713': ['array', 'two-pointers'], '714': ['array', 'dynamic-programming', 'greedy'], - '715': ['array', 'segment-tree'], + '715': ['array', 'segment-tree', 'binary-search-tree'], '716': ['design'], '717': ['array'], '718': ['array', 'binary-search', 'dynamic-programming', 'hash-table'], @@ -1139,8 +1142,8 @@ var TAGS = { '728': ['math'], '729': ['array'], '730': ['dynamic-programming', 'string'], - '731': ['array'], - '732': ['segment-tree'], + '731': ['array', 'binary-search-tree'], + '732': ['segment-tree', 'binary-search-tree'], '733': ['depth-first-search'], '734': ['hash-table'], '735': ['stack'],