Alex Hernandezblog.ahernandez.dev·May 28, 2024Coding Interview Prep: BST Serialization in GoLangWhy Serialize a BST? Serialization is converting a data structure into bits the purposes of storing the data in memory or as a file for later retrieval, or to use less space when transmitting it across a network connection. A Binary Search Tree (BST)...65 readsCoding Interview Prepinterview questionsAdd a thoughtful commentNo comments yetBe the first to start the conversation.