Hacker News new | ask | show | jobs
by dbattaglia 2706 days ago
I’ve had to write tree searching algorithms at multiple companies, although I usually find myself reaching for depth-first search instead. It comes up often when dealing with hierarchies (think things like company org charts for HR software, for example).