Hacker News new | ask | show | jobs
by nvbhargava 4087 days ago
Yes, I was wondering if people stubbornly don't use data structures that they're familiar with. To be more clear, I meant implementing a whole new data structure (let's say a trie) that a library/language might not already provide.

This, of course, is taking into consideration that the problem is non-trivial, and it improves the speed/performance.