mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 20:56:15 -04:00
24 lines
716 B
Markdown
24 lines
716 B
Markdown
# 🍟 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!
|
|
|
|

|
|
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
## 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/).
|