Skip to content

test: migrate LeetCode 2828 to new directory structure with tests and docs#102

Merged
kobukuro merged 1 commit intomainfrom
test/migrate-leetcode-2828-with-tests-and-docs
Mar 31, 2026
Merged

test: migrate LeetCode 2828 to new directory structure with tests and docs#102
kobukuro merged 1 commit intomainfrom
test/migrate-leetcode-2828-with-tests-and-docs

Conversation

@kobukuro
Copy link
Copy Markdown
Owner

  • Move from Array/2828. Check if a String Is an Acronym of Words.py to problems/easy/check_if_a_string_is_an_acronym_of_words_2828/
  • Rename method from isAcronym to is_acronym (PEP 8 compliance)
  • Add comprehensive complexity analysis docstring (Time: O(n), Space: O(n))
  • Add test suite with multiple test cases
  • Add init.py for proper package structure
  • Update README.md and docs/EASY.md (84 total, 59 easy problems)

… docs

  - Move from Array/2828. Check if a String Is an Acronym of Words.py to problems/easy/check_if_a_string_is_an_acronym_of_words_2828/
  - Rename method from isAcronym to is_acronym (PEP 8 compliance)
  - Add comprehensive complexity analysis docstring (Time: O(n), Space: O(n))
  - Add test suite with multiple test cases
  - Add __init__.py for proper package structure
  - Update README.md and docs/EASY.md (84 total, 59 easy problems)
@kobukuro kobukuro merged commit bf967fc into main Mar 31, 2026
1 check passed
@kobukuro kobukuro deleted the test/migrate-leetcode-2828-with-tests-and-docs branch March 31, 2026 00:20
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