Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

real life situations using palindrome algorithm

Tags:

java

so, for my final project in data structure class, we are to develop algorithms for palindrome, but I sorta want to fancy it up a bit and make into a mini program, what real life situation mimic the usage of palindrome,exempt for works on strings, thanks !

like image 765
rrr Avatar asked Dec 25 '22 08:12

rrr


2 Answers

In real life, could be used for some compression algorithms.

For example there are researches about biological sequence compression algorithms, that use this property

HERE, HERE and HERE more details

like image 179
Silverstorm Avatar answered Dec 28 '22 08:12

Silverstorm


Palindromes are used in DNA for marking and permitting cutting. They are used to change one dimensional chain into 2 or 3 dimensional structure.

like image 34
John L Avatar answered Dec 28 '22 08:12

John L