From 7508b0162b99bf9fac7647df4266c332b80bed2f Mon Sep 17 00:00:00 2001 From: Vedant Date: Tue, 2 Jun 2026 16:43:25 +0530 Subject: [PATCH 1/2] Fix broken Martyr2 credit link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343480ce0..ef8e535d5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repo was compiled by [Karan Goel](http://twitter.com/karangoel). Problems are motivated by the ones shared at: -* [Martyr2’s Mega Project List](http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/) +* [Martyr2’s Mega Project List](https://gist.github.com/zarebski-m/8437129) * [Rosetta Code](http://rosettacode.org/) ## Table of Contents From 7a20c747514d194afcc1224650f12c648e8de4e0 Mon Sep 17 00:00:00 2001 From: Vedant Date: Wed, 3 Jun 2026 13:45:37 +0530 Subject: [PATCH 2/2] Add File Duplicate Remover project suggestion --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef8e535d5..df62fd578 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,8 @@ Files **Code Snippet Manager** - Another utility program that allows coders to put in functions, classes or other tidbits to save for use later. Organized by the type of snippet or language the coder can quickly look up code. *Optional: For extra practice try adding syntax highlighting based on the language.* +**File Duplicate Remover** - Create a program that scans a folder, identifies duplicate files using file hashes or content comparison, and allows users to remove or manage duplicate copies. Optional: Support recursive scanning of subdirectories and duplicate detection based on creation or modification dates. + Databases ---------