Skip to content

Python + JAX approach to the Project Euler problems

License

Notifications You must be signed in to change notification settings

gante/project_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Python + JAX approach to the Project Euler problems, whenever parallelism makes sense.

Table of Contents

  1. Organisation
  2. 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

About

Python + JAX approach to the Project Euler problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages