hello there. Anyone please, help me with my C++ assignment for generic data stru
ID: 3597390 • Letter: H
Question
hello there. Anyone please, help me with my C++ assignment for generic data structures. Thank you.
The link show all the neccessary files.
link: https://drive.google.com/open?id=0B8fxRqAjEVYeN2tfOG5weExZVWs
Generic Data structures The attached archive assigment4code.tar.gz contains the classes which you have to implement. The comment in the code describes how each function should be implemented Please DO NOT MODIFY THE HEADER FILES The classes are as follows: 1. LinearStructure This class is an interface to which linear structure implementations conform. DynamicArray and LinkedList inherit from this class. 2. Node A doubly-linked node class to be used for the linked list implementation Please work on this one 4. LinkedList The above listed class (in 2) should be used. A circular doubly-linked list class. See linkedList.h for details. please upload the linkedList.cpp file. Test the class. Thoroughly before uploading.Explanation / Answer
* main.cpp * Corey Johns * COP4530 Fall 2012 * * Provides user interface. */ #include #include #include #include #include #include #include "wordweights.h" #define DEBUG 0 // Create the document map std::map docs; // Function prototypes void analyze(std::string); void read_file(std::string&, std::ifstream&); void query(std::string); int main(int argc, char** argv){ if ( argc < 2 ){ std::coutRelated Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.