Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
-
Updated
Oct 18, 2023 - HTML
Free hands-on course with the implementation (in Python) and description of several computational, mathematical and statistical algorithms.
Julia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Pythagorean Tree, Koch Snowflake, Jerusalem Cross, Sierpiński Carpet, Hilbert Curve, Pascal Triangle, Prime Factorization, Palindrome, Egg Drop, Coin Change, Hanoi Tower, Cantor Set, Fibo…
🗼 HTML5汉诺塔的解法(纯网页 193 lines JS)
Hanoi Towers Game
A visual data structure project that simulates the extension hanoi problem
Graphical solution to the Towers of Hanoi from 1 to 8 pieces in Java.
Creating the Hanoi Tower game using HTML5 canvas, employing recursive algorithms, promises an engaging experience.
Tic Tac Toe, Tower of Hanoi, and Snake Game. Built upon React framework. The original source is the UNSW COMP6080 final exam.
Algorithmes et Structures de Données 1 - Département TIC - HEIG-VD
Mathematical game The Tower of Hanoi
Tower of Hanoi in Rust 🦀. It's a mathematical puzzle played with three rods and a number of disks of different sizes. The objective is to move all the disks from one rod to another, while following three simple rules.
Solving the tower of hanoi problem with a genetic algorithm.
Fast implementation of the Hanoi Towers logic riddle
A bachelor's thesis project at Faculty of Electrical Engineering and Computing, University of Zagreb. In this project, machine learning algorithm "qlearning" is used to solve the Towers of Hanoi problem. After off-line learning, Baxter robot is used to physically play all the moves required to optimally solve the problem.
A MATLAB function that generates a graph object of the possible moves in a Hanoi game with numOfPegs pegs and numOfDisks disks.
Different puzzles to think and enjoy programming.
Implementation of a solution to the Hanoi Towers Problem using an ABB robot and programmed in RAPID language.
Experiments with the Towers of Hanoi
Add a description, image, and links to the hanoi-towers topic page so that developers can more easily learn about it.
To associate your repository with the hanoi-towers topic, visit your repo's landing page and select "manage topics."