Posts Tagged "data-structure"
Hash Table
Hash Table is a data structure that stores key-value pairs.
Read Post
Queue
Queue is a data structure that stores elements in a linear structure.
Read Post
Linked List
Linked List is a data structure that stores elements in a linear structure.
Read Post
Stack
Stack is a data structure that stores elements in a linear structure.
Read Post
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.
Read Post