Tree (data structure)

id: tree-data-structure-171-10711096
title: Tree (data structure)
text: In computer science, a tree is a widely used abstract data type that represents a hierarchical tree structure with a set of connected nodes. Each node in the tree can be connected to many children, but must be connected to exactly one parent, except for the root node, which has no parent. These constraints mean there are no cycles or "loops", and also that each child can be treated like the root node of its own subtree, making recursion a useful technique for tree traversal. In contrast to linea
brand slug: wiki
category slug: encyclopedia
description: Linked node hierarchical data structure
original url: https://en.wikipedia.org/wiki/Tree_(data_structure)
date created: 2001-09-30T10:39:01Z
date modified: 2024-09-01T09:29:44Z
main entity: {"identifier":"Q223655","url":"https://www.wikidata.org/entity/Q223655"}
image: {"content_url":"https://upload.wikimedia.org/wikipedia/commons/5/5f/Tree_%28computer_science%29.svg","width":258,"height":294}
fields total: 13
integrity: 16

Related Entries

Explore Next Part