How to combine a tree ADT which will either be a BST or an RBT depending on the an enumerated type which gets passed to tree_new()?

前端 未结 0 1584
忘掉有多难
忘掉有多难 2021-02-12 10:50

Ive written code for both RBTs and BSTs, however i am unsure how to combine them together into one data structure?

How would I go about combining these into one data stru

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