Badawy403 /
BreakingBlocks
AI Puzzle Solver is a Python application that uses Pygame The main focus is on searching algorithms such as Depth-First Search, Breadth-First Search, A*, Uniform Cost Search, and others
Loading repository data…
marcosfede / repository
Solved algorithms and data structures problems in many languages
This repository is inspired by keon's solved problems in Python 3. I wanted to compare solutions across different languages and learn them in the process. Solutions may be my own, or taken from the internet.
Click on the icons to search by language
Selected from shared topics, language and repository description—not editorial ratings.
Badawy403 /
AI Puzzle Solver is a Python application that uses Pygame The main focus is on searching algorithms such as Depth-First Search, Breadth-First Search, A*, Uniform Cost Search, and others
jerry-felipe /
Implementation of Java's most famous algorithms, including sorting (QuickSort, MergeSort), searching (Binary Search), and graph traversal (DFS, BFS). Each algorithm is optimized for performance, explained with examples, and designed to showcase core Java capabilities in solving computational problems.
FK04 /
AI lab implementations covering informed and uninformed search algorithms with classic problem-solving examples in PythonAI Repository
Sperfect99 /
Terminal visualizer for 24+ classic CS algorithms. Watch BFS, A*, CBS, Genetic Algorithms and more solve mazes step by step — with race mode, heatmaps, and autopsy replay. Pure Python, no dependencies.
omarlahkim /
🧠 Tool for solving puzzles using the most common searching algorithms: BFS, DFS, A STAR a.k.a A*, and Greedy Best First.
SARAH-HADDAD /
This repo implements a Sokoban puzzle solver in Python. It uses different search algorithms, including BFS, A*, and A* with deadlock detection.