Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamaton/project-euler-jupyter

Project Euler with Jupyter notebook
https://github.com/yamaton/project-euler-jupyter

Last synced: 4 days ago
JSON representation

Project Euler with Jupyter notebook

Awesome Lists containing this project

README

        

Project Euler problems solved on Jupyter notebook
=================================================

 
Analyze and solve problems in [Project Euler]()
using Jupyter Notebook.

Rules
-----
- Do not use third-party libraries (like `sympy`, `scipy`) to solve the problems.
- But it's OK to use these libraries as a separate reference solution