Category:Palindromes: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "Palindromes are sequences that are the same if read forward or backward. They can be either numbers or strings. They are useful in genetics and are widely studied within theor...")
 
No edit summary
 
Line 1: Line 1:
Palindromes are sequences that are the same if read forward or backward. They can be either numbers or strings. They are useful in genetics and are widely studied within theoretical computer science.
Palindromes are sequences that are the same if read forward or backward. They can be either numbers or strings. They are useful in genetics and are widely studied within theoretical computer science.
[[Category: String manipulation]]
[[Category: Text processing]]

Latest revision as of 03:34, 16 December 2016

Palindromes are sequences that are the same if read forward or backward. They can be either numbers or strings. They are useful in genetics and are widely studied within theoretical computer science.

Pages in category "Palindromes"

The following 5 pages are in this category, out of 5 total.