Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] <Check Consonants> #5002

Closed
mpousmali opened this issue Jan 7, 2024 · 1 comment
Closed

[FEATURE REQUEST] <Check Consonants> #5002

mpousmali opened this issue Jan 7, 2024 · 1 comment

Comments

@mpousmali
Copy link
Contributor

What would you like to Propose?

Hello,
I would like to implement the check consonants algorithm!

Issue details

Description:

Check consonants algorithm is an algorithm which will check if a given string contains consonants.

Additional Information

Returns true if the string contains consonants, false otherwise.
For example:
Given the "aaa" string the algorithm will return false.
Given the "str" string the algorithm will return true.

@siriak
Copy link
Member

siriak commented Jan 7, 2024

It's not the kind of algorithm that we include here

@siriak siriak closed this as completed Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants