|
|
|
|
|
by djb_hackernews
3559 days ago
|
|
Do you think you've ever had to do something as algorithmically complex as recursively walk a graph? Sometimes these questions are used to probe the meta understanding of a candidate and using Graphs/Trees/DFS are universally understood concepts that make doing that easy. |
|
As for the algorithms typical of computer science, not really. Searching and sorting has not been much a part of what I have done. My experience is mainly in translating math into code, often into code with real-time deadlines.