Select from following answers:- Monte Carlo tree Search
- Breadth First Search
- Depth First Search
- Lexicographic Search
- All Above
The hierarchyid data type values represents a position in a tree hierarchy and it performs Depth-first search of the tree traversal.That indicates that for any two hierarchyid values e.g. x and y, if x and y are in a relationship of x<y, then in the case of Depth-first search, x will always appear before y.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator