CSE 212: Programming with Data Structures

W06: Interview Question

Overview

This assignment must be completed individually to ensure you are meeting all course outcomes. You should not complete this assignment with a group. If you obtain help from a tutor, the tutor should help you understand principles but should not help you answer these problems. It is an honor code violation to obtain answers for these problems from others including using the internet (i.e. sites that allow students to share their solutions).

Instructions

This assignment is meant to simulate the kind of question you might receive in a job interview. It is important for you to understand the problem, develop a quality solution, and communicate it in a clear and professional manner.

You will need to record and upload a short video with your response to the question below. When making your video, please remember the following:

Binary Search Trees

Recall from the learning activity that a Binary Search Tree is a valid Binary Tree where all of the values in the left sub-tree are less than the current node, and all of the values in the right sub-tree are greater than the current node.

With this in mind, respond to the following prompt:

Submission

When you have finished the video:

  1. Upload the video as a public, unlisted video.
  2. Return to I-Learn to submit a link to your video.

Other Links: