Find Jobs
Hire Freelancers

IMPLEMENTING AN ORDERED LIST WITH A BINARY SEARCH TREE

$10-30 USD

Dokončeno
Zveřejněno skoro před 5 roky

$10-30 USD

Zaplaceno při doručení
TITLE IMPLEMENTING AN ORDERED LIST WITH A BINARY SEARCH TREE INTRODUCTION An ordered list is a sequence of elements, all of the same type, that is ordered by the elements' values. A binary search tree (BST) is a binary tree in which the value at each node is greater than the values in its left subtree and less than the values in its right subtree. This project implements an ordered list using a BST and exercises that list in a menu-driven program. DESCRIPTION Design, write, test, and document a class that implements an ordered list type, and a program that exercises the class's list implementation. Implement the ordered list type using a pointer-based binary search tree. The elements of the class's lists are integers, but it should be easy to change this type. The class should implement the following operations on ordered lists of its element type: Initialize a list to be empty (the default constructor). A destructor that deletes the dynamic memory in the tree that represents a list. Re-initialize an existing list to be empty. Insert a value into a list, in the appropriate position. If the value is already present, the list is unchanged. Remove a value from a list. If the value is not present, the list is unchanged. Return the length of a list: the number of values it contains. Report whether or not a particular value is present in a list. Write out the values in a list, in order, to an output stream. The exercising program should be menu-driven and interactive. The program will read and respond to commands that the user enters, as illustrated in the example below. INPUT The program will read commands to manipulate one list. These commands will consist of a letter followed sometimes by an integer. For example, the command "i 25" might tell the program to insert the value 25 into the list. OUTPUT The program will write to the terminal instructions and a menu of commands, and it will prompt for the user's input. ERRORS The program may assume that the input the user provides is correct; it need not detect any errors. EXAMPLE A run of the program might look something like this: This program responds to commands the user enters to manipulate an ordered list of integers, which is initially empty. In the following commands, v is any integer. e -- Re-initialize the list to be empty. i v -- Insert the value v into the list. r v -- Remove the value v from the list. l -- Report the length of the list. p v -- Is the value v present in the list? w -- Write out the list. h -- See this menu. q -- Quit. --> i 27 --> i 42 --> i 15 --> i 33 --> i 14 --> w The list 0: 14 15 27 33 42 --> r 33 --> w The list: 14 15 27 42 --> p 22 The value 22 is NOT present in the list. --> p 42 The value 42 is present in the list. --> i 88 --> i 51 --> l The list contains 6 values. --> q This example does not illustrate everything the program might do under all circumstances; it is your responsibility to test all its features. OTHER REQUIREMENTS Use a typedef statement to specify the item type in the class's list type, so that the item type can be changed easily. HINTS Commands will consist of a letter sometimes followed by an integer. These can be easily read in with the extractor operator ">>". Consider whether functions associated with the class should be member functions, friend functions, or nonmember functions.
IČ projektu: 19339146

O projektu

4 nabídky
Vzdálený projekt
Aktivní před 5 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
Uděleno:
Avatar uživatele
hi Sir i'm professional elecreical engineer ill program your code for free after that if you like my work you can pay . 100 percent money back garntuee looking forward for your reply thanks
$15 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
4 freelanceři nabízejí v průměru $29 USD za tuto práci
Avatar uživatele
Hi, I have over 10 years of experience in C++ programming. I've read the description. I can finish this task in 1 day. Please message me if you're interested.
$50 USD v 1 dni
4,9 (83 recenze)
6,0
6,0
Avatar uživatele
I can do this project. I have experience of Python, C & C++ and Java programming for 5+ years. I can satisfy you perfectly. Please contact me and discuss in detail.
$25 USD v 1 dni
5,0 (3 recenze)
2,6
2,6

O klientovi

Pochází z UNITED STATES
Saint Cloud, United States
5,0
2
Ověřená platební metoda
Členem od dub 22, 2019

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.