Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the question to be answered fully in C++ code. The image below is for part 1 and will be posting part 2 as

I need the question to be answered fully in C++ code. The image below is for part 1 and will be posting part 2 as a seperate question. Please include comments throughout the code and a output at the end. Thank you!

image text in transcribed

Programming project 1: due at 1159pm on Jan 28, 2020 Total points: 200 1. (120 pts) Write a C++ or Java class that stores a data set of strings consisting only of numbers ('0'-'9') and English letters (both lower and upper cases). Your class needs to implement the following dictionary functions. Make sure also that your program contains reasonable error checking. Two constructor methods/functions, O one that does not have any parameter and initializes the data set as empty set, and o one that takes a parameter consisting of a set of strings and initialize the data set with those strings. int search(string s) This function returns the number of copies of strings in the data set, or if the data set does not contain the string s. void add(strings) This function adds a copy of the strings to the data set. void remove(string s) This function removes a copy of the string s from the data set or does nothing if the data set does not contain the string s. void print() This function prints all strings in the data set (in no particular order). In case there are identical string in the data set all copies of the string contained in the data set will be printed

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

Students also viewed these Databases questions

Question

=+! How expert on this topic is the message source?

Answered: 1 week ago