Skip to content

test: add LeetCode 1941 with tests, complexity docs, and migration#61

Merged
kobukuro merged 1 commit intomainfrom
test/leetcode-1941-tests
Apr 5, 2026
Merged

test: add LeetCode 1941 with tests, complexity docs, and migration#61
kobukuro merged 1 commit intomainfrom
test/leetcode-1941-tests

Conversation

@kobukuro
Copy link
Copy Markdown
Owner

@kobukuro kobukuro commented Apr 5, 2026

  • Add CheckIfAllCharactersHaveEqualNumberOfOccurrences1941 solution with HashMap/HashSet approach
  • Include comprehensive Javadoc with time/space complexity analysis
  • Add JUnit 5 test cases covering both LeetCode examples (abacbc, aaabb)
  • Migrate from old structure to new package structure (com.leetcode.easy)
  • Update project documentation: README.md and EASY.md
  • Increment statistics: 54 total problems (38 easy, 15 medium, 1 hard)

  - Add CheckIfAllCharactersHaveEqualNumberOfOccurrences1941 solution with HashMap/HashSet approach
  - Include comprehensive Javadoc with time/space complexity analysis
  - Add JUnit 5 test cases covering both LeetCode examples (abacbc, aaabb)
  - Migrate from old structure to new package structure (com.leetcode.easy)
  - Update project documentation: README.md and EASY.md
  - Increment statistics: 54 total problems (38 easy, 15 medium, 1 hard)
@kobukuro kobukuro merged commit 5a855f6 into main Apr 5, 2026
1 check passed
@kobukuro kobukuro deleted the test/leetcode-1941-tests branch April 5, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant