Skip to content

Add Bulls and Cows solution with tests and complexity analysis#91

Merged
kobukuro merged 1 commit intomainfrom
feat/add-bulls-and-cows-solution-with-docs-and-tests
Mar 11, 2026
Merged

Add Bulls and Cows solution with tests and complexity analysis#91
kobukuro merged 1 commit intomainfrom
feat/add-bulls-and-cows-solution-with-docs-and-tests

Conversation

@kobukuro
Copy link
Owner

  • Move solution from String/ to problems/medium/bulls_and_cows_299/
  • Use Counter instead of defaultdict for cleaner code
  • Add docstring with time/space complexity analysis
  • Add unit tests using pytest parametrize

  - Move solution from String/ to problems/medium/bulls_and_cows_299/
  - Use Counter instead of defaultdict for cleaner code
  - Add docstring with time/space complexity analysis
  - Add unit tests using pytest parametrize
@kobukuro kobukuro merged commit d8f377d into main Mar 11, 2026
1 check passed
@kobukuro kobukuro deleted the feat/add-bulls-and-cows-solution-with-docs-and-tests branch March 11, 2026 00:44
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