Checkpoint 3.23.1.
- algorithm
- Generic step-by-step list of instructions for solving a problem
- balanced parentheses
- Each opening symbol has a corresponding closing symbol and the pairs of parentheses are properly nested
- deque
- Ordered collection of items with two ends and the items remain positioned in the collection. New items can be added at either the front or the rear
- first-in first-out (FIFO)
- First item added is also the first removed
- linear data structure
- Data structure with elements that have positions relative to each other
- palindrome
- String that reads the same forward and backward
- simulation
- Replica of a process or operations
- precedence
- Hierarchy on the order things occur
Match the term with their corresponding definition
Incorrect