Fast and precise algorithms, with tests #7
Reference in New Issue
Block a user
Delete Branch "cma-two-versions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To show result:
There is optimization for precise algorithm, which is to use linked lists for cidr storage, so removing an element will cost
O(1)instead ofO(N).