Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

πŸ§‘β€πŸ’» Calculate a sequence of fubini numbers.

License

Notifications You must be signed in to change notification settings

heinrichreimer/relaxdays-challenge-fubini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€πŸ’» relaxdays-challenge-fubini

Calculate a sequence of fubini numbers.

This project was created in the Relaxdays Code Challenge Vol. 1. See the hackathon homepage for more information. My participant ID in the challenge was: CC-VOL1-54

Usage

First you need to clone this repository:

git clone https://github.com/heinrichreimer/relaxdays-challenge-fubini.git
cd relaxdays-challenge-fubini/

Docker container

  1. Install Docker.

  2. Build a Docker container with this project:

    docker build -t relaxdays-challenge-fubini .
  3. Calculate first 10 fubini numbers:

    docker run -it relaxdays-challenge-fubini 10

Local machine

  1. Install Julia.

  2. Install dependencies.

    julia --eval 'using Pkg; Pkg.add("Combinatorics")'
  3. Calculate first 10 fubini numbers:

    julia fubini.jl 10

License

This repository is licensed under the MIT License.

About

πŸ§‘β€πŸ’» Calculate a sequence of fubini numbers.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project