OpenGenus/cosmos

add lapindrome_checker in any language

Open

#1.677 aberto em 16 de out. de 2017

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)C++ (3.724 forks)batch import
Hacktoberfestadd codenew algorithm

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

add code for lapindrome_checker in /code/string-algorithms I am coding in cpp csharp python3

What is Lapindrome ?

Lapindrome is defined as a string which when split in the middle, gives two halves having the same characters and same frequency of each character. If there are odd number of characters in the string, we ignore the middle character and check for lapindrome

Guia do colaborador