Find palindromic numbers in both binary and ternary bases: Difference between revisions

Line 2,337:
Plenty more optimisations are possible! Exploiting the observations in Ruby's implementation should make the 7th element reachable in reasonable time ...
 
=={[{header|VBA}}==
<lang vb>Public Declare Function GetTickCount Lib "kernel32.dll" () As Long
'palindromes both in base3 and base2
Line 2,482:
Completed in 5,14 secondsCompleted in 16394,64 seconds
</pre>
 
=={{header|zkl}}==
{{trans|Ruby}}
255

edits