I've been looking around to find interesting ideas for useful kinds of collections to consider putting into Power Collections. I found this essay , which very eloquently argues for a tree-based list class -- one that allows O(log N) insertion, deletion,
Read More...