Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Dapianokid on April 03, 2013, 01:20:30 pm

Title: Palindrome Finder?
Post by: Dapianokid on April 03, 2013, 01:20:30 pm
I've written and rewritten a palindrome finder in TI BASIC. I found one online, but it isn't very good. I don't know how to manipulate lists well enough that I can input a number larger than 14 digits and it be checked properly... Plus it is very slow.
Writing one in ASM seems impossible to me.
Axe doesn't support big integers..
So I'm asking everybody to rewrite the only palindrome finder online at Ticalc to make the best one they can find, or write their own.
This is more of a challenge than anything :P
Altho it would be really helpful, as I am trying to learn about math using programming
Title: Re: Palindrome Finder?
Post by: Hayleia on April 03, 2013, 01:34:48 pm
Since there is a contest going on TI Planet which subject is to find prime palindromes, I don't really know if it is a good idea to answer your question now ???
Title: Re: Palindrome Finder?
Post by: Adriweb on April 03, 2013, 01:35:17 pm
Since this is highly conflicting as the TI-Planet contest going on right now, I guess anyone who wants to do this would like to participate to the contest (and not publish stuff before the end) ;)

We'll very soon translate the contest rules/topic :)

http://tiplanet.org/forum/viewtopic.php?f=43&t=11479
Title: Re: Palindrome Finder?
Post by: Levak on April 03, 2013, 01:35:22 pm
Erf...
This is actually our contest since 3 days on TI-Planet :
https://tiplanet.org/forum/viewtopic.php?f=43&t=11479 (fr)

edit : triple ninja'd omfg
Title: Re: Palindrome Finder?
Post by: Dapianokid on April 03, 2013, 05:58:21 pm
Wow I feel pretty ninja'd right now *wipes tear* spare me oh ninja clan

I wrote three different programs to do it with three different data types.
Title: Re: Palindrome Finder?
Post by: Adriweb on April 04, 2013, 04:56:27 am
It certainly is promising, are you interested in participating to the TI-Planet contest ? :)
Title: Re: Palindrome Finder?
Post by: Dapianokid on April 04, 2013, 10:08:03 am
If I knew french, I would! :P
Mine is fast, it does the number 69 in about three seconds, and I have one that does lists of sizes up to 998, and strings up to the amount of RAM you have.