Posts Tagged "data-structure"

Hash Table

Hash Table is a data structure that stores key-value pairs.

Queue

Queue is a data structure that stores elements in a linear structure.

Linked List

Linked List is a data structure that stores elements in a linear structure.

Stack

Stack is a data structure that stores elements in a linear structure.

Array

Array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index or key.