Y
Hacker News
new
|
ask
|
show
|
jobs
by
ericbarrett
317 days ago
I once got asked to write a Levenshtein edit distance calculator for a “15 minute” SRE phone screen
1 comments
Sohcahtoa82
317 days ago
I'm not sure I could write that even with a full day.
Even if I did, the solution would probably end up running in O(n!) time.
link
Even if I did, the solution would probably end up running in O(n!) time.