https://github.com/igor-240340/listserializer
C++ test assignment on binary serialization of a list
https://github.com/igor-240340/listserializer
Last synced: 3 months ago
JSON representation
C++ test assignment on binary serialization of a list
- Host: GitHub
- URL: https://github.com/igor-240340/listserializer
- Owner: igor-240340
- Created: 2023-02-18T17:31:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T21:20:08.000Z (11 months ago)
- Last Synced: 2025-03-29T21:43:32.231Z (7 months ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ListSerializer
Test assignment on implementation of binary serialization of a two-linked list.