aboutsummaryrefslogtreecommitdiff
path: root/challenge-123/james-smith/perl
AgeCommit message (Collapse)Author
2021-07-27notes on optimized methoddrbaggy
2021-07-26updated and added opt versiondrbaggy
2021-07-26use reverse to flip keys and values in hash to make last line logic easierdrbaggy
2021-07-26I think there is a bit of nasty code to add to "nth-ugly" to speed this up - ↵drbaggy
which remembers where to start the inner for loops - but need to get my brain around it - at least this works - and is better than a full scan of 1..N as n gets larger
2021-07-26I think there is a bit of nasty code to add to "nth-ugly" to speed this up - ↵drbaggy
which remembers where to start the inner for loops - but need to get my brain around it - at least this works - and is better than a full scan of 1..N as n gets larger
2021-07-26solution 2...drbaggy