👉 In computer science and mathematics, sequentiality refers to a property of data structures or algorithms that means they can run in any order. For example, a deque (double-ended queue) is an example of a sequential data structure. In this case, the deque supports operations like push, pop, and peek, which are all valid for any sequence of elements.