codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Concurrent File Duplicate Finder - Nabil #163

Open Nabil-Salah opened 2 days ago

Nabil-Salah commented 2 days ago

Create a command-line tool that concurrently searches for duplicate files in a given directory tree using file hashes (e.g., MD5).

Requirements:

1. File Scanning:

2. Concurrency:

3. Duplicate Detection:

4. Output:

5. User Interface (CLI):

6. Testing:

7. Documentation:

Optional Enhancements:

Acceptance Criteria: