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++
- Host: GitHub
- URL: https://github.com/andersonhsporto/drunken-tower-of-hanoi
- Owner: andersonhsporto
- Created: 2023-01-21T01:41:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T20:21:59.000Z (over 2 years ago)
- Last Synced: 2025-01-17T05:29:10.447Z (3 months ago)
- Topics: cpp, euler-project, makefile, stack
- Language: C++
- Homepage: https://projecteuler.net/problem=497
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```