Hello,
This is a C code, written in gcc platform (Ubuntu, LINUX), which can generate a palindrome number of length (2^n)-1 from given n numbers (It is not checking). This is simple to understand. Hope, it will help others.
Note: Due to the size or complexity of this submission, the author has...