noisefilter19 / LeetCode_Algorithms

A collection of solutions for Medium/Hard LeetCode problems. Educational resource
110 stars 356 forks source link

1483 | Kth Ancestor of a Tree Node | C++ #1057

Open KanakalathaVemuru opened 2 years ago

KanakalathaVemuru commented 2 years ago

Problem name: Kth Ancestor of a Tree Node Difficulty: Hard Language: C++