Algorithm
LeetCode 2196 solution
2196. Create Binary Tree From Descriptions #Hash #Binary tree problem You are given a 2D integer array descriptions where descriptions[i] = [parenti, childi, isLefti] indicates that parenti is the parent of childi in a binary tree of unique values. Furthermore, If isLefti == 1, then childi is the left child of