mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update tree_serialization.py
This commit is contained in:
parent
efd9f72f84
commit
f519830497
@ -1,3 +1,7 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# author: bt3gl
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Serialization is the process of converting a data structure or object into
|
Serialization is the process of converting a data structure or object into
|
||||||
a sequence of bits so that it can be stored in a file or memory buffer, or
|
a sequence of bits so that it can be stored in a file or memory buffer, or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user