Skip to content

Refactor LeetCode 2185: Counting Words With a Given Prefix to new directory structure#96

Merged
kobukuro merged 1 commit intomainfrom
test/add-counting-words-with-a-given-prefix-tests
Mar 19, 2026
Merged

Refactor LeetCode 2185: Counting Words With a Given Prefix to new directory structure#96
kobukuro merged 1 commit intomainfrom
test/add-counting-words-with-a-given-prefix-tests

Conversation

@kobukuro
Copy link
Copy Markdown
Owner

  • Migrate solution from String/ directory to problems/easy/counting_words_with_a_given_prefix_2185/
  • Add comprehensive docstring with Args, Returns, and complexity analysis
  • Rename method from prefixCount to prefix_count (snake_case)
  • Add pytest-based test cases

…ectory structure

  - Migrate solution from String/ directory to problems/easy/counting_words_with_a_given_prefix_2185/
  - Add comprehensive docstring with Args, Returns, and complexity analysis
  - Rename method from prefixCount to prefix_count (snake_case)
  - Add pytest-based test cases
@kobukuro kobukuro merged commit fffcf68 into main Mar 19, 2026
1 check passed
@kobukuro kobukuro deleted the test/add-counting-words-with-a-given-prefix-tests branch March 19, 2026 23:49
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