Think you know the answers? Play to find out.
In stack operations, this term describes adding an element to the top of the stack.
In stack operations, this term describes removing an element from the top of the stack.
In queue operations, this term describes adding an element to the back of the queue.
In queue operations, this term describes removing an element from the front of the queue.
This term describes the position number used to access an element in an array, typically starting from zero.
This data structure connects nodes with edges and can represent networks, social connections, or road maps.
This is the number of elements currently stored in a data structure.
In a tree, this term describes a node that has no children.