Skip to content

Feat/strings count anagrams#197

Open
BrianLusina wants to merge 2 commits intomainfrom
feat/strings-count-anagrams
Open

Feat/strings count anagrams#197
BrianLusina wants to merge 2 commits intomainfrom
feat/strings-count-anagrams

Conversation

@BrianLusina
Copy link
Copy Markdown
Owner

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
  • If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.

@BrianLusina BrianLusina self-assigned this Apr 22, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 22, 2026

Warning

Rate limit exceeded

@BrianLusina has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 40 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 12 minutes and 40 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dc60557c-1746-441e-b3a5-fc4d83f12b23

📥 Commits

Reviewing files that changed from the base of the PR and between ad930f7 and bd1fd1e.

⛔ Files ignored due to path filters (2)
  • pystrings/anagram/count_anagrams/images/solutions/count_anagrams_illustration_1.png is excluded by !**/*.png
  • pystrings/anagram/count_anagrams/images/solutions/count_anagrams_illustration_2.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • DIRECTORY.md
  • pystrings/anagram/count_anagrams/README.md
  • pystrings/anagram/count_anagrams/__init__.py
  • pystrings/anagram/count_anagrams/test_count_anagrams.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/strings-count-anagrams

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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