Easiest way to get the index of a node in a Binary Tree c#

前端 未结 0 1602
甜味超标
甜味超标 2020-12-15 19:16

I want to get the index of all the nodes in a bst. The code i am using to insert the values and search a node is

public class BTS
{
    public class Node
             


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