OpenGenus/cosmos

add lapindrome_checker in any language

Open

#1677 aperta il 16 ott 2017

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)C++ (3724 fork)batch import
Hacktoberfestadd codenew algorithm

Metriche repository

Star
 (13.462 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor