About - slander36/ProjectEuler GitHub Wiki
What this is
This is a repository where I am keeping track of my different solutions to Project Euler problems. I hope to continue working on this and adding not only new problems whenever I can, but also going back to old problems and either optimizing through algorithms or adding completely new solution code in other languages.
On top of that, it would be nice to have others fork from here and create/submit their own answers in order to get the largest collection of different languages possible, as well as finding the most optimal solutions with said languages.
What this is not
This is not a simple way for people to quickly copy code and pretend they solved the problem, especially since my solutions will almost never be the best or quickest way of doing things.
What's to come
Besides just creating more answers it would also be nice to build this out into an easier way to search for specific problems or languages, however for now just dealing with the folder structure should suffice (Problem#/Language/code) until things get too bloated. If I get enough problems and solutions completed I'll probably end up having to build a front end just for my own sanity, however, so hopefully that's a ways off.