Skip to content

Exercícios de lógica: Maior prefixo comum #60

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RenataSZamboni
Copy link
Collaborator

Estudo: Lógica

Exercício

Escreva uma função que receba um array de strings e retorne o maior prefixo comum entre todas as strings.
O prefixo é definido pelo começo até uma posição qualquer de uma string.
Por exemplo, na string "arvore", "a" seria um prefixo, e "arvor" também.
Caso não exista um prefixo comum, retorne uma string vazia ("").

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.

2 participants