puzz · GitHub

likewise, i have no idea what this does https://gist.github.com/lykkin/97c3ecc0470d2f1b876328fd9d94d5de

Skip to content '"` </textarea></xmp> All gists Back to GitHub Sign in Sign up Sign in Sign up {{ message }} Instantly share code, notes, and snippets. lykkin / cycles.js Secret Last active Dec 13, 2017 Star 0 Fork 0 Star Code Revisions 4 Embed What would you like to do? Embed Embed this gist in your website. Share Copy sharable link for this gist. Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. Learn more about clone URLs Download ZIP puzz Raw cycles.js function hash ( li ) { return li . reduce ( ( s , el ) => s + `- ${ el } ` ) } function calcCycles ( nums ) { var seen = new Set ( ) var cycles = 0 var n...

Linked on 2020-11-28 23:05:16 | Similar Links