irshadshalu / project-euler-208

A testbed for playing with the scenario of Project Euler 208

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler Problem 208

This project is based on Project Euler Problem 208, copied with very slight modifications from cemulate's project of the same name.

Try it out!

You can try it out online here. To modify the step size, change the n=5 parameter in the URL. (When omitted, it defaults to n=5.) To modify the intial step sequence, change the w=2,1,3,1,4,1 parameter in the URL. To omit the initial step sequence, change it to w=, w=0 or omit it entirely.

Run locally

Run locally by running python -m SimpleHTTPServer in the project-euler-208 folder.

Related StackExchange questions

About

A testbed for playing with the scenario of Project Euler 208


Languages

Language:HTML 82.8%Language:CSS 13.4%Language:JavaScript 3.8%Language:Shell 0.0%