Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Search of specific data structure

Правка en1, от Jim_Moriarty_, 2020-04-05 19:26:37

Is there a data structure which performs O(1) or O(logn) insertion at back and same for removal and we can find the number of elements less than K (any particular element ) in O(logn) if the data structure is already sorted (means binary search is applicable )

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Jim_Moriarty_ 2020-04-05 19:26:37 294 Initial revision (published)