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

Array de string longas #51

Open
claudiuri opened this issue Oct 26, 2020 · 1 comment
Open

Array de string longas #51

claudiuri opened this issue Oct 26, 2020 · 1 comment

Comments

@claudiuri
Copy link
Contributor

Dada uma matriz de strings, retorna outra matriz contendo todas as suas strings mais longas.

Para inputArray = ["aba", "aa", "ad", "vcd", "aba"], a saída deve ser
allLongestStrings (inputArray) = ["aba", "vcd", "aba"].

@claudiuri claudiuri changed the title Array de string mais longas Array de string longas Oct 26, 2020
@stenwire
Copy link

stenwire commented Oct 1, 2022

Please provide more example, if I had an array of: inputArray = ["aba", "aa", "ad", "vcd", "agba"], would the output be: allLongestStrings (inputArray) = ["agba"]

I would like to be assigned this issue, thank you.
....

Proporcione más ejemplos, si tuviera una matriz de: inputArray = ["aba", "aa", "ad", "vcd", "agba"], la salida sería: allLongestStrings (inputArray) = ["agba" ]

Me gustaría que me asignaran este tema, gracias.

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

No branches or pull requests

2 participants