Improving linked lists
You know the situation is tricky when you need more than just arrays and dictionaries. That was my case a couple of months ago. I needed an indexed data structure that supported insertion and removal operations as fast as possible. With an array, I c...
Nov 1, 202010 min read214

