Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ SplitLists function requirements: SplitLists(UnsortedType list, ItemType item, UnsortedType& listl, UnsortedType& list2) Function: divides list into two lists according to the key of Preions has

C++ image text in transcribed
SplitLists function requirements: SplitLists(UnsortedType list, ItemType item, UnsortedType& listl, UnsortedType& list2) Function: divides list into two lists according to the key of Preions has been initalized and is not empty Postconditions: listl contains all the items of list whose keys are less than or equal to item's key; list2 contains all the items of list whose keys are greater than item's key 2.(50 points) Describe and implement the testcases for the functions SplitLists, MakeEmpty, Insertltem, Deleteltem, Retrieveltem, ResetList, GetNextItem based on their Preconditions and Postconditions Provide a text file (Word doc) with an itemized description of each set of testcases for each of the above mentioned functions followed by a printout of running those testcases. Format of the text file with itemized description of testcases: Function declaration Description of testcases for that function (commented source code) Printout of results of running testcases for that function SplitLists function requirements: SplitLists(UnsortedType list, ItemType item, UnsortedType& listl, UnsortedType& list2) Function: divides list into two lists according to the key of Preions has been initalized and is not empty Postconditions: listl contains all the items of list whose keys are less than or equal to item's key; list2 contains all the items of list whose keys are greater than item's key 2.(50 points) Describe and implement the testcases for the functions SplitLists, MakeEmpty, Insertltem, Deleteltem, Retrieveltem, ResetList, GetNextItem based on their Preconditions and Postconditions Provide a text file (Word doc) with an itemized description of each set of testcases for each of the above mentioned functions followed by a printout of running those testcases. Format of the text file with itemized description of testcases: Function declaration Description of testcases for that function (commented source code) Printout of results of running testcases for that function

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

=+ What are the information and consultation requirements?

Answered: 1 week ago

Question

=+ Should the MNE belong (why, why not)?

Answered: 1 week ago