From e9623d1cf9555014ca4b056e7f3402b04f250f93 Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Tue, 31 Mar 2026 16:15:46 +0800 Subject: [PATCH] docs: simplify migration status in README Remove redundant problem count listing from migration status section to keep the README concise. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d5f113..6e40833 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ A collection of LeetCode problem solutions implemented in Java with detailed com 🔄 **Currently migrating from old structure to new directory structure** -This project is being reorganized. The following problems have been migrated to the new structure: +This project is being reorganized. -- ✅ Migrated problems in `src/main/java/com/leetcode/` directory (51 problems listed below) +- ✅ Migrated problems in `src/main/java/com/leetcode/` directory - ⏳ Legacy problems still being migrated ## Project Structure