Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gante/project_euler
Python + JAX approach to the Project Euler problems
https://github.com/gante/project_euler
jax problem-solving
Last synced: 23 days ago
JSON representation
Python + JAX approach to the Project Euler problems
- Host: GitHub
- URL: https://github.com/gante/project_euler
- Owner: gante
- License: mit
- Created: 2020-07-05T19:10:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T16:14:03.000Z (over 4 years ago)
- Last Synced: 2024-12-03T15:49:16.603Z (about 1 month ago)
- Topics: jax, problem-solving
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Euler
Python + JAX approach to the Project Euler problems, whenever parallelism makes sense.### Table of Contents
1. [Organisation](#organisation)
2. [Installation](#installation)## Organisation
This project is encapsuled in the `gante_project_euler` folder, which in turn contains two key sub-folders.
In `solutions`, the callable `.py` scripts that produce the response for each problem are present.
Their execution depends on the contents the `math` sub-folder, where the key operations are defined.## Installation
Installing JAX with GPU support may need extra steps. Check: https://github.com/google/jax#installation