Find Jobs
Hire Freelancers

IMPLEMENTING AN ORDERED LIST WITH A BINARY SEARCH TREE

$10-30 USD

Đã hoàn thành
Đã đăng vào gần 5 năm trước

$10-30 USD

Thanh toán khi bàn giao
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.
Mã dự án: 19339146

Về dự án

4 đề xuất
Dự án từ xa
Hoạt động 5 năm trước

Bạn muốn kiếm tiền?

Lợi ích khi chào giá trên Freelancer

Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
Đã trao cho:
Avatar người dùng
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 trong 1 ngày
0,0 (0 nhận xét)
0,0
0,0
4 freelancers are bidding on average $29 USD for this job
Avatar người dùng
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 trong 1 ngày
4,9 (83 nhận xét)
6,0
6,0
Avatar người dùng
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 trong 1 ngày
5,0 (3 nhận xét)
2,6
2,6

Về khách hàng

Cờ của UNITED STATES
Saint Cloud, United States
5,0
2
Phương thức thanh toán đã xác thực
Thành viên từ thg 4 22, 2019

Xác thực khách hàng

Cảm ơn bạn! Chúng tôi đã gửi email chứa đường link để bạn lấy tín dụng miễn phí.
Đã xảy ra lỗi trong khi gửi email của bạn. Hãy thử lại.
Người Dùng Đã Đăng Ký Tổng Số Việc Đã Đăng
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Đang tải xem trước
Đã cấp quyền truy cập vị trí.
Phiên đăng nhập của bạn đã hết hạn và bạn đã bị đăng xuất. Hãy đăng nhập lại.