DictionaryForumContacts

   Russian
Terms for subject Programming containing длина очереди | all forms
RussianEnglish
очередь без ограничения на длинуunbounded queue (An unbounded queue implies that the size of the queue is not specified while creating. Therefore, the queue can grow dynamically as elements are added to it. Alex_Odeychuk)
очередь с возможным ограничением на длинуoptionally-bounded queue (Alex_Odeychuk)
очередь с ограничением на длинуfixed-size queue (Alex_Odeychuk)
очередь с ограничением на длинуbounded queue (Alex_Odeychuk)