The Blind 75 Leetcode Series: Serialize & Deserialize BST

Jonathan Chao
4 min readNov 9, 2023
Photo by Chris Ried on Unsplash

449. Serialize and Deserialize BST

Serialization is converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or transmitted across a network connection link to be reconstructed later in the same or another computer environment.

Design an algorithm to serialize and deserialize a…

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry