Question: 1 . The first test is with char types. Use the add ( ) function to build a list in the following order: ABCDEFGH. After
The first test is with char types. Use the add function to build a list in the following order: ABCDEFGH. After you have built that initial list I want you to use the find function to input the following characters: FDFGEGFADFGEHI. Foreach heuristic display the order of the final list and the number of compares. The second test is using the test. txt file I have provided using the data type string. Do not modify the test text file; because, I am going to compare your results with my own and modifying the test file will throw your results off. For this test I want you to do the following for each heuristic: a Read into your program the test txt file adding words to your list using your find function, and then b
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
