This commit is contained in:
Mia Steinkirch 2019-10-12 16:07:57 -07:00
parent 1ef64d6e17
commit e0eb554dfd
279 changed files with 24267 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# 🍟 Project Euler Solutions 🍟
Several of my solutions for the Euler project. For fun or profit :)
Most of the exercises are written in Python, but I have some Java and Clojure too.
Enjoy!
![](http://projecteuler.net/profile/bytegirl.png)
----
## License
When making a reference to my work, please use my [website](http://bt3gl.github.io/index.html).
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).