-
Ex7 - Recursive Mastery and Tower of Hanoi:
ex7.py: A program that practice recursion.
hanoi_game.py: Animated Tower-Of-Hanoi game with Tkinter GUI using Python's turtle module. -
Ex8 - Nonogram Solver:
A program that to solves nonogram. -
Ex9 - Rush Hour Game with OOP:
A program of the game rush hour, using Object-Oriented Programming. -
Ex11 - Binary Search Tree Illness Diagnose:
A program of illness diagnose with binary search tree.
-
Ex5 - Word Finder in a Letter Matrix (Tifzoret):
A program that finds words in a letters matrix (Tifzoret). -
Ex2 - Mathematical Wizardry:
calculate_mathematical_expression.py: A program that calculates mathematical expressions.
largest_and_smallest.py: A program that returns the largest and smallest numbers of three numbers given.
quadratic_equation.py: A program that returns the solutions of a quadratic equation.
shapes.py: A program that calculate the area of a shape according to the user input.
temperature.py: A program that checks if at least two of three days has a higher temperature then the threshold temperature. -
Ex1 - Creative Coding:
math_print.py: A program that prints math functions.
hello_turtle.py: A program that to draws three flowers using turtle module. -
Ex3 - Loop Mastery:
A program that practice the use of loops.. -
Ex4 - Hangman Game:
A program that operates the game hangman.
Use the package manager pip to install the requirements:
pip install -r requirements.txt