Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 255 Bytes

File metadata and controls

4 lines (3 loc) · 255 Bytes

Binary Tree Implementation

This is a Python implementation of a binary tree data structure. The BinTree class is designed to store a list of numbers and provides methods for adding elements and checking for the presence of a number within the tree.