You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracting a common subtree from given filesystems
About
Given n filesystems a common subtree is created consisting of files and directories which are present in majority filesystems. A filesystem is present in the common subtree if it is present in majority of filesystems(ceil(n/2)) with the same relative pathname and content in the filesystems. A directory is common if it is present in majority of f…