用C / C ++生成BST超级节点

如何在C / C ++中生成带超级节点的二叉搜索树?

  1. 获取描述数据结构的参考。 http://www.cise.ufl.edu/~sahni/papers/super.pdf
  2. 在C / C ++中实现数据结构。