/build-a-binary-search-tree

Learn how to construct a binary search tree and perform an in-order traversal. Key operations like insertion, search and deletion.

Primary LanguagePython

Build A Binary Search Tree

Learn how to construct a binary search tree and perform an in-order traversal. Key operations like insertion, search and deletion.

Technologies

Uses Python3. An example of data structure.

Deployment

Copy the contents of main.py into the text editor of your choice. In terminal, enter python3 main.py to run the code.

Acknowledgements

FreeCodeCamp - Scientific Computing with Python