Comment on Turn O(n^2) reverse into O(n)parentComments−jjaredsimpson12yIts known that postpending to a linked list is slow. It's just a property of the data type.
Comments
Its known that postpending to a linked list is slow. It's just a property of the data type.