Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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