Now that the contest is over and I can figure out how to implement these algorithms, I'm going to see what I can come up with.

I made two solutions for #5, for TI-73 and TI-81. Neither have a proper string type, so the TI-73 takes input from L₁ and the TI-81 takes partial input from {x} (it doesn't have enough memory to hold the entire #5 prompt).

TI-73, 58 bytes (add 6 for VAT stuff and one character name) and probably simple to beat:

Code:
:5->X
:5->Y
:For(I,1,137 //number of elements I bothered to enter
:Pxl-On(Y,X
:L₁(I
:If remainder(Ans,2
:Then
:X+Ans-2->X
:Else
:Y+Ans-3->Y
:End
:End


TI-81, #5 (67 bytes):

Code:
:9->X
:Ymax->Y
:1->I
:Lbl 0
:PT-On(X,Y
:{x}(I->B
:(-1)^B+1->A
:If A
:Y+3-B->Y
:If A=0
:X-2+B->X
:IS>(I,Dim{x}
:Goto 0
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement