Company question banks are included with the Insider plan.
Given a root folder/directory, find all duplicate files within it. Return groups of file paths where each group contains files with identical content.
For a directory structure like:
root/
├── a/
│ ...