---
title: Binary Search Tree
description: 'Each node holds a value that is larger than its left subtree and smaller than its right subtree.'
hidden: true
---
