Skip to content

Frogit-LeGushk/Serialization-Deserialization-of-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serialization-Deserialization-of-Tree

How it work:

alt-text

Structure of tree:

alt-text

Description:

The simple serialization-deserialization API for storing a structure such as a tree in a binary file for the purpose of transferring data to another host or retrieving data later.

Notes:

  • server do only serialization of tree into binary file text.txt
  • To view a binary file, I recommend such a utility as ghex. Also you can use printBuffer function (her give the same result)
  • client only read generated lately binary file and restore Tree
  • Used breadth-first traversal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published