Calculator for "Tower of Hanoi"-style backup rotation scheme

Timothy Rice ab96beb0cd Initial commit 3 years ago
.gitignore ab96beb0cd Initial commit 3 years ago
LICENSE ab96beb0cd Initial commit 3 years ago
Makefile ab96beb0cd Initial commit 3 years ago
README.md ab96beb0cd Initial commit 3 years ago
hanoi.c ab96beb0cd Initial commit 3 years ago
tests.sh ab96beb0cd Initial commit 3 years ago

README.md

Hanoi Backup Calculator

https://en.wikipedia.org/wiki/Backup_rotation_scheme#Tower_of_Hanoi

Usage

$ hanoi -h
Usage: hanoi TAPES DAY

Calculator for 'Tower of Hanoi' daily backup rotation system.
Arguments:
    TAPES = Total number of tapes available
    DAY   = Which day are we on in the cycle?

Examples

$ hanoi 1 3
1

$ hanoi 4 12
3

$ hanoi 4 18
2

$ hanoi 8 128
8