filmov
tv
609. Find Duplicate File in System 'Python' | LeetCode

Показать описание
Given a list paths of directory info, including the directory path, and all the files with contents in this directory, return all the duplicate files in the file system in terms of their paths. You may return the answer in any order.
A group of duplicate files consists of at least two files that have the same content.
A single directory info string in the input list has the following format:
The output is a list of groups of duplicate file paths. For each group, it contains all the file paths of the files that have the same content. A file path is a string that has the following format:
Example 1:
Example 2:
code:
profile:
A group of duplicate files consists of at least two files that have the same content.
A single directory info string in the input list has the following format:
The output is a list of groups of duplicate file paths. For each group, it contains all the file paths of the files that have the same content. A file path is a string that has the following format:
Example 1:
Example 2:
code:
profile: