This lecture will complete the discussion related to Binary Tree algorithms. The remainder of the lecvture will then be concerned with Data Structures to represent Trees and Binary Tree. Time permitting, Priority Queues will be introduced. As with Tuesdays lecture, it is recommended you review the following material:
The Tree Abstract Data Type: (which has already been covered in the lectures)
Pages | Section |
165 - 172 | 5.3.3 |
180 - 184 | 5.4.2 |
185 | 5.4.3 |
Pages | Section |
251 - 257 | 6.3.4 |
265 - 271 | 6.4.2 |
271 - 271 | 6.4.3 |
Additional Material: