Why you should build your data structures from scratch once
Most developers never implement a hash map, a heap, or a binary search tree. They reach for std::unordered_map, std::priority_queue, std::map, and move on. That is correct for shipping code.
But it le
iwtlp.hashnode.dev2 min read