Skip to content

Instantly share code, notes, and snippets.

View Hossam-Elbahrawy's full-sized avatar
🏃‍♂️
GOTTA GO FAST

Hossam Bahrawy Hossam-Elbahrawy

🏃‍♂️
GOTTA GO FAST
View GitHub Profile
@Hossam-Elbahrawy
Hossam-Elbahrawy / Search.py
Last active October 24, 2023 03:02
Applying search Algorithms (BFS, DFS, Uniform cost, Greedy and Astar) to the 1: 8 puzzle game
#!/usr/bin/python
#
### Student Info
# Smith, Christopher, 02386569, 159.302
# Assignment 1: 8 Puzzle.
#
### Language
# This assignment was written in Python. An open source, interpreted language
# with a mix of imperative, OO and functional programming. Syntax is simple
# and easy to learn.