How to understand shallow size and retain size in a Tree or Trie?

前端 未结 0 1239
逝去的感伤
逝去的感伤 2021-02-15 21:54

I have a character trie data structure which looks like this:

sealed class TrieNode(val children: MutableMap) {
    class NormalNode(kids: M         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题