Author Topic: Palindrome Finder?  (Read 2980 times)

0 Members and 1 Guest are viewing this topic.

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Palindrome Finder?
« 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
Keep trying.

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Palindrome Finder?
« Reply #1 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 ???
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Palindrome Finder?
« Reply #2 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
« Last Edit: April 03, 2013, 01:35:35 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: Palindrome Finder?
« Reply #3 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
« Last Edit: April 03, 2013, 01:36:53 pm by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Palindrome Finder?
« Reply #4 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.
Keep trying.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Palindrome Finder?
« Reply #5 on: April 04, 2013, 04:56:27 am »
It certainly is promising, are you interested in participating to the TI-Planet contest ? :)
« Last Edit: April 04, 2013, 05:00:19 am by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Palindrome Finder?
« Reply #6 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.
Keep trying.