Lab 12 BST

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

TU857/1 Introduction to Algorithms Lab 12

Lab 12: BST2


__________________________________________________________________________________

1. Write an algorithm to list all nodes in a BST using Breadth First Search

2. Test your algorithm with the following data

5,4,9,2,6,1

3. (Draw the tree for yourself!)

You might also like