Bug Report for https://neetcode.io/problems/lowest-common-ancestor-in-binary-search-tree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
There is a typo in the problem description, in the phrase <<The lowest common ancestor between two nodes p and q is the lowest node in a tree T such that both p and q as descendants.>>
Something is missing towards the end of this phrase - "such that both p and q as descendants." doesn't make sense.
Bug Report for https://neetcode.io/problems/lowest-common-ancestor-in-binary-search-tree
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
There is a typo in the problem description, in the phrase <<The lowest common ancestor between two nodes
pandqis the lowest node in a treeTsuch that bothpandqas descendants.>>Something is missing towards the end of this phrase - "such that both
pandqas descendants." doesn't make sense.