Skip to content

A twist on the classic palindrome detection challenge. Also handles UTF-16 surrogate pairs.

Notifications You must be signed in to change notification settings

timadair/palindrome-detector-utf-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A project for practicing TDD on a common interview problem.  This extends its application to palindromic code points, including UTF-16 surrogate pairs.

This does not (yet) cover the following:
-Multi-character letters, such as Spanish's ch or Hungarian's dsz.
-Ligatures. 
-Non-mirror image Chinese palindromes, especially Xuanji Tu (Google this)
 

About

A twist on the classic palindrome detection challenge. Also handles UTF-16 surrogate pairs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages