Vocab Bloom Hub

push-down stack

/ˈpʊʃ daʊn stæk/

1 entry

phrase

C1formalcommonIT/ˈpʊʃ daʊn stæk/

A data structure in computing that follows the Last In, First Out (LIFO) principle, where elements are added and removed only from the top of the stack.

ruСтруктура данных в вычислительной технике, работающая по принципу «последним пришёл — первым ушёл» (LIFO), где элементы добавляются и удаляются только с вершины стека.esEstructura de datos en informática que opera bajo el principio «el último en entrar es el primero en salir» (LIFO), en la que los elementos se añaden y se eliminan solo desde la cima de la pila.frStructure de données en informatique fonctionnant sur le principe « dernier arrivé, premier sorti » (LIFO), où les éléments sont ajoutés et retirés uniquement depuis le sommet de la pile.deEine Datenstruktur in der Informatik, die nach dem LIFO-Prinzip (last in, first out) arbeitet, bei der Elemente nur am oberen Ende (Top) hinzugefügt und entfernt werden.ptEstrutura de dados em computação que funciona pelo princípio "último a entrar, primeiro a sair" (LIFO), na qual elementos são inseridos e removidos apenas do topo da pilha.zh计算机科学中的一种数据结构,遵循后进先出(LIFO)原则,元素的插入和删除都只能在栈顶进行。arبنية بيانات في علم الحاسوب تعمل بمبدأ «آخر ما يدخل أول ما يخرج» (LIFO)، حيث تُضاف العناصر وتُحذف من قمة المكدس فقط.

  1. Data structure C1 formal

    A data structure that follows the Last-In-First-Out (LIFO) principle, where elements are added and removed from the top.

    • The push-down stack is used to manage function calls in programming.
    • When you push an item onto the stack, it becomes the new top element.
    • The algorithm uses a push-down stack to reverse the order of characters.

    ruСтруктура данныхespilafrpiledeDatenstrukturptEstrutura de dadoszh数据结构arبنية بيانات