Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading