Skip to content

thery/hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2d3cbd · Dec 18, 2024
Dec 18, 2024
Apr 14, 2020
Jan 20, 2022
Apr 2, 2019
Dec 18, 2024
Jun 14, 2023
Dec 18, 2024
Dec 18, 2024
Oct 29, 2021
Jun 14, 2023
Jul 13, 2020
Jul 5, 2020
Feb 8, 2021
Dec 18, 2024
Dec 18, 2024
Oct 31, 2023
Jul 13, 2020
Dec 18, 2024
Jul 11, 2020
Oct 31, 2023
Oct 31, 2023
Dec 18, 2024

Repository files navigation

hanoi

Docker CI

Hanoi tower in Coq

File Content
extra Extra theorems from the standard library
gdist Distance in a graph
ghanoi General Hanoi framework
ghanoi3 General Hanoi framework with 3 pegs
lhanoi3 Linear Hanoi tower with 3 pegs
rhanoi3 Regular Hanoi tower with 3 pegs
triangular Theorems about triangular numbers
phi Theorems about the Φ function
psi Theorems about the Ψ function
ghanoi4 General Hanoi framework with 4 pegs
rhanoi4 Regular Hanoi tower with 4 pegs
star Some maths for the shanoi
shanoi Hanoi tower in star
shanoi4 Hanoi tower with 4 pegs in star

A note about this development is available here.

An interactive version of the library is available here.

Meta

Building and installation instructions

To build and install manually, do:

git clone https://github.com/thery/hanoi.git
cd hanoi
make   # or make -j <number-of-cores-on-your-machine> 
make install