Talk:Palindromic gapful numbers: Difference between revisions

added a new talk section.
(added a new talk section.)
Line 47:
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 20:16, 13 November 2019 (UTC)
:P.S. I enjoyed the task.
 
 
== optimizations ==
(Referencing Paddy3118's comment above.)
 
I thought it was a pretty simple task, nothing much complicated, but enough computation so that it required just a hint of heavy lifting (at least, for the solution I entered).   I thought I hit on a clever method to limit the calculation (to ten) entries per ending decimal digit without computing extra entries or excessive limit checking.
 
It was interesting to note some of the optimizations for this task,   ... which to do first ...   create palindromes and then filter the gapful numbers,   or vice-versa.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:52, 13 November 2019 (UTC)