Create a red-black tree which supports only the operations

Assignment Help Computer Engineering
Reference no: EM132169213

USING JAVA:

You are to create a red-black tree which supports only the operations listed below. All operations should have time complexity O(log n) when there are n items in the tree, this is the guarantee that red-black trees give. The class should be derived from the TreeMap class in java.util

The only operations which this class supports are:

public boolean is Empty()

public void makeEmpty()

public void insert(Comparable x) throws DuplicateItem

public void delete(Comparable x) throws ItemNotFound

public void deleteMin() throws ItemNotFound

public void deleteMax() throws ItemNotFound

public Object find(Comparable x) throws ItemNotFound

public Object findMin() throws ItemNotFound

public Object findMax() throws ItemNotFound

Your class should be named RBTree

Notes

In no particular order

TreeMap expects Object and the requirement for RBTree is Comparable

TreeMap doesn't throw any reasonable checked exceptions. Your RBTree class does.

TreeMap expects to perform a mapping of keys to data. RBTree doesn't. You may find this to present a problem if you're not careful in the way you implement some of the methods.

The methods in the above list are the only methods that RBTree supports.

Reference no: EM132169213

Questions Cloud

Allow the user to toggle a checkbox for case sensitivity : Using HTML, CSS, and JavaScript, Input a user-specified text file (i.e., one with suffix .txt) and display it in a scrollable textbox.
Create a comparison spreadsheet to compare the systems : Create a comparison spreadsheet to compare the different systems. Compare at least 5 different IDPS. Be sure and state the source of your information.
Create an order form for the three items you used : Provide at least the choices Visa, MasterCard and American Express. Each form element, not just payment, must have an associated element.
Draw your initials 100 pixels high : Draw a rectangle as a Rectangle and as a Polygon. Make the lines of the Polygon yellow and the lines of the Rectangle green.
Create a red-black tree which supports only the operations : Create a red-black tree which supports only the operations listed below. All operations should have time complexity O(n).
Write some code that asks the user to enter an integer : Write some code that asks the user to enter an integer via the keyboard, use that integer to set the length of an array.
Write an application that creates objects of each : Using interfaces, as you learned in this chapter, you can specify similar behaviors for possibly disparate classes.
Create a gui application that allows the user to enter : Create a GUI application that allows the user to enter the total sales for the month into a text field.
Create a personal set of web pages on any topic : Create a personal set of Web pages on any topic that you like. Use CSS to provide a consistent style to your pages.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd