DictionaryForumContacts

   Russian
Terms for subject Programming containing приоритет в очереди | all forms
RussianEnglish
в каждом отдельно взятом приложении, например, в планировщике заданий, или при моделировании событий элементы очереди с приоритетами соответствуют объектам, с которыми работает это приложениеin a given application, such as job scheduling or event-driven simulation, elements of a priority queue correspond to objects in the application (см. Introduction to Algorithms Second Edition by Thomas H. Cormen et al. 2001)
операции в невозрастающей очереди с приоритетамиoperations of a max-priority queue (ssn)
реализация операций в невозрастающей очереди с приоритетамиimplement the operations of a max-priority queue (ssn)
Теперь перейдём к реализации операций в невозрастающей очереди с приоритетамиnow we discuss how to implement the operations of a max-priority queue (см. Introduction to Algorithms Second Edition by Thomas H. Cormen et al. 2001)