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

https://github.com/andersonhsporto/drunken-tower-of-hanoi

Project Euler (Problem 497) Drunken tower of hanoi in C++
https://github.com/andersonhsporto/drunken-tower-of-hanoi

cpp euler-project makefile stack

Last synced: about 2 months ago
JSON representation

Project Euler (Problem 497) Drunken tower of hanoi in C++

Awesome Lists containing this project

README

        

# Drunken Tower of Hanoi

Simple implementation of the [Drunken Tower of Hanoi](https://projecteuler.net/problem=497) problem in C++.

This is a adaptation project of the [mjcarson10](https://github.com/mjcarson10/Project-euler) implementation of the problem.

## How to run

After compiling the code with `make` you can run the program with:

```bash
$ ./DrunkHanoi
```