gary@interview:~/interview/coding/236-lowest-commo….md$
$ cat ./coding/236-lowest-common-ancestor-of-a-binary-tree.md
[Coding]

236. Lowest Common Ancestor of a Binary Tree

────────────────────────────────────────────────────────────
--tags#Classic
$ ls ./coding/ | grep -v 236-lowest-common-ancestor-of-a-binary-tree
338. Counting Bits611. Valid Triangle Number265. Paint House II256. Paint House
← cd ../codingcd ~