Question: Could this be solved for the implement of single linked list? 1. Microproject is an implementation of a chosen data structure (single linked list /
Could this be solved for the implement of single linked list? 
1. Microproject is an implementation of a chosen data structure (single linked list / bidirectional list / binary search tree / priority queue) in the form of a class with a convenient programming interface, without the use of STL containers. . . . Requirements: usage of smart pointers, default constructor, copy / move constructors, destructor, assignment/move operators, adding container elements, searching for an element, sorting content (different criteria), serialization / deserialization (reading and writing from byte stream). . . 2. The project should be divided into appropriate .cpp and .h files. 3. The class and all its methods should be tested (add tests to the main function in your project, together with related comments). Also, check for memory leaks. 4. Prepare files with example data (text file with a large amount of data, which will be kept in the created container, and a file in binary format with some deserialized data that can be read)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
