Write a functionality for a linked list of strings. The program consists of 3 parts: linked list of strings part of which you need to implement, newTests.cpp and newTests.

computer science

Description

Problem description Problem: 

Write a functionality for a linked list of strings. The program consists of 3 parts: linked list of strings part of which you need to implement, newTests.cpp and newTests.h files where you should put tests implemented by you and driver.cpp file that contains my tests and where all the tests are run. When you run the program it runs a main function inside driver.cpp file. Main function runs a lot of small functions that test different linked list methods, one method at a time. These functions return false if linked list method had an incorrect behaviour. I provide a lot of these functions (called tests) to you. Use them to test your program. In addition, you’ll need to write 2 tests per function implemented.


Related Questions in computer science category