hanoi-puzzle
Here are 26 public repositories matching this topic...
Este repositório contém um projeto acadêmico desenvolvido para a disciplina de Paradigmas de Programação do curso de Ciências da Computação. O objetivo do projeto é explorar o paradigma lógico de programação, utilizando a linguagem Prolog para resolver problemas de lógica e modelagem de conhecimento.
-
Updated
Nov 6, 2024 - SCSS
Tower of Hanoi running on EasyGraphics
-
Updated
Jul 6, 2022 - Java
-
Updated
Mar 17, 2020 - Visual Basic .NET
Unleash your skills with this free online, mobile-friendly, minimal Tower of Hanoi game. Can you solve each puzzle in the least number of moves?
-
Updated
Feb 4, 2023 - TypeScript
Problems and simulators made in Haskell
-
Updated
Feb 4, 2024 - Haskell
Modeling and solving the Tower of Hanoi with graphs
-
Updated
Feb 11, 2024 - C
The Tower of Hanoi is a mathematical game or puzzle. It consists of three rods and a number of disks of different sizes, which can slide onto any rod. Object of the game is to move all the disks over to another tower. But you cannot place a larger disk onto a smaller disk.
-
Updated
Aug 2, 2016 - C
A simple hanoi tower game, make with JS, HTML and CSS.
-
Updated
Mar 23, 2022 - JavaScript
Hanoi Game in C based on the idea of recursion.
-
Updated
Sep 23, 2021 - C
Hanoi tower game solved automaticaly by software developed in C
-
Updated
Nov 15, 2021 - C
A program to solve the Hanoi Tower game
-
Updated
Feb 23, 2020 - Python
Tower of Hanoi is a mathematical puzzle where we have three rods and n disks. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: player can only move one disk per turn and can never place a larger disk onto a smaller one at any time. this's a simple program to solve hanoi tower with n disk…
-
Updated
Jul 17, 2020 - C++
A console game based on the puzzle "Hanoi Towers"
-
Updated
Jun 16, 2019 - C++
Python code for the classic Tower of Hanoi puzzle
-
Updated
Apr 25, 2018 - Python
Implements the classic recursive solution to the Tower of Hanoi game
-
Updated
Apr 24, 2023 - TypeScript
The Tower of Hanoi problem consists of 3 rods and 3 discs of different sizes. The goal of the problem is to move the stack of discs from the leftmost tower to the rightmost tower while also following the rules.
-
Updated
Oct 3, 2024 - Python
Solution to the "Tower of Hanoi" problem.
-
Updated
May 28, 2022 - Java
The Tower of Hanoi problem consists of 3 rods and 4 discs of different sizes. The goal of the problem is to move the stack of discs from the leftmost tower to the rightmost tower while also following the rules.
-
Updated
Oct 3, 2024 - Python
Improve this page
Add a description, image, and links to the hanoi-puzzle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hanoi-puzzle topic, visit your repo's landing page and select "manage topics."