Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yamaton/project-euler-jupyter
- Owner: yamaton
- License: mit
- Created: 2015-10-14T11:14:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T00:33:08.000Z (over 6 years ago)
- Last Synced: 2024-12-24T17:11:49.928Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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