Intern
Milliseid andmestruktuure teate?
sobes.tech AI
Vastus AI-lt
- List: Sorted collection of elements with the possibility of duplicates. Access by index.
- Set: Unordered collection of unique elements. Fast existence check.
- Map/Dictionar: Collection of "key-value" pairs, where keys are unique. Fast access by key.
- Queue: Data structure implementing the FIFO (First In, First Out) principle.
- Stack: Data structure implementing the LIFO (Last In, First Out) principle.
- Tree: Hierarchical data structure consisting of nodes connected by edges.
- Graph: Collection of vertices (nodes) and edges (connections) that connect these vertices.