👉 In computer science, a "hierarchial" system refers to a hierarchical data structure where each element in the hierarchy has a parent node. This is often used to represent a tree or graph with nodes and edges that are connected by certain relationships. For example: A tree like this: - Root node: 1 - Left child of root: 2 - Right child of root: 3 - Child of left child of root: 4