Monash University > CSSE > CSE1303 > Part A > Tutorials > Tutorial A5

CSE1303 Computer Science
Summer Semester, 2003
Part A
Tutorial A5 : Recursion, Binary Search Trees and Complexity

This tute covers material from lectures A10 to A13.

There may not be time in the tutorial to cover all of these questions. Attempt at least the ones marked with an asterisk before the tutorial; these are the ones that will be focussed on during the class. If you have specific questions about unmarked questions, you can ask the tutor about them during the tutorial. If you want further revision questions, suggestions of questions from the textbooks are provided at the end of the tutorial sheet.


Note: The purpose of tutorials is not simply to give you the answers to these questions! (Solutions will be released in about a week online, so if all you want is the answers, there are easier ways.)


Exercise 1

* Exercise 2

* Exercise 3

* Exercise 4

* Exercise 5

* Exercise 6

Exercise 7

  1. Given the following unsorted list:

    5

    7

    8

    1

    6

  2. Given the following sorted list:

    3

    6

    9

    11

    12

  3. Given the following binary search tree:

    Binary Search Tree

ADDITIONAL EXERCISES

[ Top | Home ]

Last modified: Tuesday 02 December 2003 22:29:33