Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 553 Bytes

2020A_FE_AM_6.md

File metadata and controls

20 lines (12 loc) · 553 Bytes

Created: 2024-10-21 15:48 Category: #data-structures Status: #philnits

2020A_FE_AM_6

![[Pasted image 20241021154848.png]] ? ![[Pasted image 20241021154924.png]]

Explanation:

  • Each node in a BST has at most two children, a left child and a right child. The left child contains values less than the parent node, and the right child contains values greater than the parent node.

References