C++ implementation of serialization and deserialization for a doubly linked list with random pointers. The project demonstrates modern C++ practices including RAII, smart pointers, and binary serialization.
serializationlinked-listcxxalgorithmscppmodern-cppstldeserializationdata-structuresraiibinary-serializationdoubly-linked-listrandom-pointerstechnical-assignmentsmart-pointers
-
Updated
Mar 9, 2026 - C++