Reflections on isPalindrome

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Oct 26 13:38:28 PDT 2014


On Friday, 24 October 2014 at 22:29:12 UTC, Peter Alexander wrote:
>> Further, I would like to extend isPalindrome() with a minimum 
>> length argument minLength that for string and wstring does

I extended my algorithm with a minLength argument 
https://github.com/nordlow/justd/blob/master/algorithm_ex.d#L774


More information about the Digitalmars-d-learn mailing list