> As long as you don't need to search for the element to remove using its > value, removal in a linked list should be O(1). A linked list that does > not allow O(1) removal and O(1) insertion given a topological reference > is a failure (yes, that includes the current version of SList). Well, thank god that's cleared up. Time to move on. /Max