← Writing · Reviews →

Glossary

Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.

Search results

Binary Search Tree(also: BST)
A node-based binary tree data structure in which each node has at most two children and satisfies the BST property: every value in the left subtree is less than the node's value, and every value in the right subtree is greater. This ordering enables efficient search, insertion,…

1 result.