Topic: "bfs-algorithm"
arnabm14/Algorithms-Codec
Essentials Algorithms are present here.
Language: C - Size: 24.4 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

m5atib/Algoritgms
Hello bro!, here you will find many algorithms, you can use them completely freely.
Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

mralwaleed/8-Puzzle-solved-by-BFS
solve 8-puzzle with BFS Search
Language: Java - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

steciuk/PSZT-maze-solver
Comparison of BFS, DFS and IDFS search algorithms efficiency in randomly generated maze.
Language: Python - Size: 742 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Manan-Bhatia-0/data-structs-and-algorithms
This repository contains implementations of several data structures like stacks, queues, binary heaps, priority queues, trees, BSTs, Hashtable, and algorithms like BFS, DFS, merge sort, modified merge sort (for 2D matrices), Pattern-matching and more.
Language: Java - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

alpinstang/realm-defense
Tower Defense 3D Game
Language: C# - Size: 348 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Shaked-g/Python-Weighted-Directed-Graph 📦
An implementation of a Weighted Directed Graph in Python and graph search algorithms
Language: Python - Size: 37.7 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Jaynil1611/ADS-PRO
The project utilises advance data structures and algorithms to find the shortest path in a Maze. There is a competition between BFS & A-Star algorithms to find the shortest path.
Language: Java - Size: 554 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

bason1999qn/Path_Finding
path-finding project
Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

maitreyeepaliwal/Graph-theory-questions-using-STL
Solutions of some important competitive programming questions using STL
Language: C++ - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

dpes-neupane/Path-visualization-algorithms
Language: Python - Size: 10.9 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Subhampreet/Path-Finding-Algorithms
BFS, DFS(Recursive & Iterative), Dijkstra, Greedy, & A* Algorithms. These algorithms are used to search the tree and find the shortest path from the starting node to the goal node in the tree.
Language: JavaScript - Size: 410 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

animeshk-me/circuit-paths-enumerator
This script lists out all paths from inputs to outputs of an input combinational circuit in the form of structural/gate-level modelling in verilog. The BFS graph algorithm is used.
Language: Python - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

gowthamrajk/Graph-Data-Structure
This module has some Advanced concepts and Programs related to Graph Theory in Java with program implementations
Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Tathagata-42/GoodCodingQuestions
Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AyushAryal/mazesolving
Maze solving program written in python based on Breadth First Search algorithm. Mazes can be given as a picture or a hard coded path.
Language: Python - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

CptnGreen/lem_in
Edmonds-Karp in action
Language: C - Size: 8.55 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

evandrojr/multiple_descendant_tree
Tree data structure in Dart that support more than two children
Language: Dart - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

rishabhverma17/Graph-Traversal-DI
Graph Traversal and Dependency Injection using Guice Example
Language: Java - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

DanielAvdar/Data-Structures-and-Algorithms-Specialization 📦
Data Structures and Algorithms Specialization
Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

AlexandreLadriere/Shortest-Path
Implementation of maze generation algorithms and shortest pathfinding algorithms in a matrix with obstacles (with GUI)
Language: Java - Size: 224 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

ankitsadhu/Pathfinding-Visualizer
🗺️ A visualization tool for BFS , DFS pathfinding algorithms.
Language: JavaScript - Size: 254 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

LucasCorsi1/BinaryTreeAVL
AVL Tree para fins de Estudo , Estrutura de Dados II desenvolvido em windows forms para melhor visualização do projeto de arvore, utilização rotações para nivelação de dados inseridos
Language: C# - Size: 125 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

vladutmargineanu/Graphs
Homework for the Algorithm Design course @ ACS, UPB 2019
Language: C++ - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Alotfy55/Maze-Runner
C++ App that generates a Maze or read a Maze from a text file and Let the user either solve it on his own or use Graph Searching Algorithms to Solve it or Do both
Language: C++ - Size: 230 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2

Pranay2050/BFS-DFS
Implementation of Breadth-First Search and Depth-Firs search
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

susanalima/FEUP-IART-P1
First project developed for Artificial Intelligence class
Language: C++ - Size: 1.03 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

it21208/Artificial-Intelligence---MazeAI
Maze AI
Language: Java - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

Geshunierazzl/-
任意多边形地图构建及BFS寻路算法
Language: C++ - Size: 824 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Pejo-306/HMI-Tree-Optimization 📦
PoC (Proof of Concept) caching optimization algorithm for graphical tree environment, written entirely in pure C++.
Language: C++ - Size: 263 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

vinibiavatti1/IA-Robot
Simulador de busca em ambiente 2D
Language: JavaScript - Size: 41 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

vinibiavatti1/Busca-FloodFill
Trabalho 1 de Inteligencia Artificial
Language: Python - Size: 1.98 MB - Last synced at: 24 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

narainmittal/TR-MAZE 📦
Maze Project
Language: Java - Size: 149 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

sid230798/Pacman_Search_AND_MultiAgent_Algorithms
Contains algorithms to train Pacman agent to find/eat food particles .Multi-Agent Algorithms are also used.
Language: Python - Size: 2.95 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

megashrieks/Algorithms
Set of algorithms for the subject DAA (Design and Analysis of Algorithms).
Language: Java - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

januriawan/Maze-Generator
Generator Labirin dengan Algoritma BFS & DFS
Language: C# - Size: 246 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 2

RajdeepKonwar/SixDegreesOfKevinBacon
Based on the Six Degrees of Separation idea that all actors in Hollywood are six or fewer movies away from Kevin Bacon.
Language: C++ - Size: 1.79 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

abhikgeek/Learning-Ground
Data Structures and Algorithms - Made Easier
Language: C# - Size: 52.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

pujapodder/Parallel-BFS
Course project of Advances in Parallel Computing
Language: C - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

shakiz/All-Java-Works
This my common repository for keeping all of my java works.I put all those files that i have ever worked out in java i n this repositories.So this seems to be messy to some of you , i am apologize for this.
Language: Java - Size: 140 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

rabbycse/Algorithms-Course
This repository contains all of my works of CSE222 ( Algorithms )
Language: C - Size: 83 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

joaoaab/8Puzzle
8Puzzle Game with different algorithms to solve it!
Language: C# - Size: 107 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

leojing/Maze
fetch Room information and Tile pic from server and create a Maze
Language: Swift - Size: 888 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

Rashmin528/BFS-Algorithm
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

dumbape/Programming-in-C
Important Codes in C for Lab Evaluations
Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

hoangchunghien/AI-Planning
Implement a planning search algorithm to solve deterministic logistics planning problems.
Language: Python - Size: 527 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Mulder90/Sliding-Puzzle
Final project for AI class at the University of Florence. Solves 8 and 15 Puzzle.
Language: Java - Size: 51.8 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Melvin95/8-Puzzle-Solver-Using-Search
A small program that simulates the solving of the 8 puzzle game using Breadth First Search, Depth First Search and the A* algorithm
Language: Java - Size: 10.7 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

mezbaul-h/ai-search
Basic Search Algorithms Used in Artificial Intelligence
Language: Python - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

mahdiabdollahpour/Graph-Clustering-DS-project-2
English and farsi paper is included
Language: Java - Size: 48.4 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Bipinoli/BFS_on_grid
Simple proof of concept animation of BFS
Language: JavaScript - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

skyinu/Graph 📦
a demo to show how does the algorithm BFS and DFS work in undirected graph
Language: Java - Size: 694 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

upandey3/PacMan
Language: Python - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

codekopf/Coursera-OOJPDSaB
Language: Java - Size: 1.22 MB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 1

upandey3/Random-Maze-Generator-Solver-AI
A random maze generator and solver AI given the width and the height of the maze
Language: C++ - Size: 69.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

ecpro/UCSDGraphs
GUI app to find and display shortest distance between two locations and compare different graph algorithms.
Language: Java - Size: 407 KB - Last synced at: 9 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

jaspreetbhamra/Water-Jug-Problem
A solution for the water jug problem using the BFS and DFS algorithms. (JAVA)
Language: Java - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 4

KingsleyXie/Maze
:frog: A Maze Program
Language: C++ - Size: 329 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

pedroduartecosta/FEUP-IART-Pratical-Classes
Prolog implementation of algorithms used in AI
Language: Prolog - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

MatthewBald/Graph
C# Implementation of a Network/Graph data structure. Includes BFS & DFS.
Language: C# - Size: 12.7 KB - Last synced at: 4 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

theroadnotaken/AI-Projects
Artificial Intelligence Projects
Language: Python - Size: 7.7 MB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 1

AnkurPande/BFS_AND_DFS
A GUI application for the bread first search and depth first search algorithms.
Language: Java - Size: 117 KB - Last synced at: over 2 years ago - Pushed at: almost 10 years ago - Stars: 1 - Forks: 0

SanRam/BreadthFirstSearch
Breadth First Search in C++
Size: 2.04 MB - Last synced at: over 2 years ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 1

arthuro1234/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map
Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

MahirC2/PrimsAlgorithm
A small project that display's maze generation using Prims algorithm, and A*, DFS and BFS path finding algorithms.
Language: Java - Size: 2.4 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Progambler227788/LeetSync-PYTHON
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)
Language: Java - Size: 447 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

EsraCesur4/Route-Optimization-Metro-Simulation
Bu proje, bir metro ağı üzerinde iki istasyon arasındaki en hızlı ve en az aktarmalı rotayı belirleyerek, rota optimizasyonunu hedefleyen bir simülasyon geliştirmeyi amaçlamaktadır. Bu sayede kullanıcılar için en verimli güzergahların bulunması sağlanır.
Language: Python - Size: 34.2 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

prevostpro/Search-CS50-Introduction-to-Artificial-Intelligence
Explore search algorithms in CS50's AI course. Visualize Greedy Best-First and A* Search in an interactive pathfinding game. 🌟🖥️
Language: Python - Size: 8.11 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

ccervantes369/maze-shortest-path
Python maze solver with BFS visualization in the terminal using curses
Language: Python - Size: 3.91 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

muriz-dev/GraphIntro
Language: C++ - Size: 2.93 KB - Last synced at: 7 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

abhishekjani123/Ship-Fire-Simulations-and-Bot-Strategies
This repository contains a comprehensive suite of projects developed as part of the Intro to Artificial Intelligence (CS 520) course at Rutgers University
Language: Jupyter Notebook - Size: 2.83 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 1

kirankigi5/Strivers_A2Z_DSA_SHEET
📘 Comprehensive documentation and solutions for Striver's A2Z DSA Sheet — includes concepts, code snippets, and detailed explanations in C++.
Language: C++ - Size: 1.29 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

heitornolla/Robot-Pathfinding-in-Weighted-Grid
Comparison of BFS, DFS, GBFS and A* algorithms on a robot pathfinding problem
Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 1

noviaputrin/degrees
Program implementation of python Search Algorithm
Language: Python - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Skywalklau/BFS-Visualizer
Visualize the 0-1 BFS algorithm on a 2D Grid
Language: Python - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1

sha1n/fungus
An experimental library for starting and stopping multi-service environments correctly and efficiently based on declared dependencies between them
Language: TypeScript - Size: 8.45 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ArnavBuddy/drone-swarm-attack
A GUI based drone swarm attack simulation with BFS pathfinding and jamming zone avoidance using Python
Language: Python - Size: 167 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

yashs79/Social-Media-Friend-Recommendation-System
This project implements a sophisticated hybrid recommendation system for social media friend suggestions, combining advanced graph algorithms with machine learning techniques. By leveraging both network structure and content-based similarity, the system provides highly relevant friend recommendations that outperform traditional single-approach meth
Language: Python - Size: 251 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

DevanshTomar/AI_Snake_Battle_Game
A Python-based autonomous snake game where two AI-controlled snakes compete using advanced pathfinding algorithms and strategic decision-making. Features multiple AI strategies (Balanced, Aggressive, Defensive), real-time BFS pathfinding, competitive behaviors, and a user-friendly interface.
Language: Python - Size: 2.13 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Peter-Refaat/Mini-Wasalny
Graph Algorithms Visualization App
Language: C++ - Size: 14.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

KsR4z8v/Project-IA-Pathfinding
This project implements two essential pathfinding algorithms used in artificial intelligence and graph traversal: A* (A-star) and Breadth-First Search (BFS). It is designed to help visualize and compare how these algorithms find paths from a start point to a goal within a grid-based environment.
Language: Python - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aldana-filiberto/clustering-agm
Este proyecto implementa un algoritmo de clustering utilizando Árboles Generadores Mínimos (AGM). A partir de un conjunto de puntos representados sobre un mapa, el sistema construye un grafo completo y calcula el AGM para luego generar agrupamientos (clusters) visuales. Está desarrollado en Java e incluye interfaz gráfica basada en JMapViewer.
Language: Java - Size: 207 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

tkytel/mantela-fetcher
Telephone Network Mandala Fetcher
Language: JavaScript - Size: 24.4 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Adithya2369/Maze_Solver
AI Maze Solver visually demonstrates pathfinding algorithms (BFS, DFS, A*) navigating procedurally generated mazes. Built with Python/Tkinter, it shows real-time algorithm exploration and solutions. Perfect for learning AI basics or comparing pathfinding approaches.
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

SKT1803/java-graph-flights-and-tours-pathfinding
Java Graph Data Structure – Flight & Tour Pathfinding
Language: Java - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ASHUTOSH-KUMAR-RAO/DSA-Problem-Solving
My structured approach to mastering DSA - from implementation to problem-solving. Features optimized solutions with complexity analysis and key insights for coding interviews.
Language: C++ - Size: 140 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Farhanulhaq19/Car-Racing-Game
A simple 2D car racing game built with Python and Pygame.
Language: Python - Size: 14.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

JakeTheSillySnake/SimpleNavigator
Implementation of s21_graph & s21_graph_algorithms libraries using C++ and CLI.
Language: C++ - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ttwrpz/maze-escape-solver
A Java implementation of a maze escape solver using breadth-first search algorithm with an object-oriented design. This project demonstrates encapsulation, custom data structures, and algorithm implementation for CSC122 Introduction to Programming Lab.
Language: Java - Size: 250 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Winniekun/acsaber
twinkle, twinkle, one more star :star:
Language: HTML - Size: 1.99 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Fady-K/shortest-path-finder
A graspable python script that applies the concept of Breadth First Algorithm (BFS) on simple maze. Using a strong search Algorithm (BFS), This script helps to solve the provided maze and figure out the shortest possible path for it.
Language: Python - Size: 14.6 KB - Last synced at: 24 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

thembaxaba157/Mazesolver-bfs
MazeSolver is a modular Python-based system for simulating and solving mazes using virtual robots. It uses a breadth-first search (BFS) algorithm to compute the shortest path through both predefined and randomly generated mazes, supporting both text and graphical interfaces.
Language: Python - Size: 243 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

potatoSalad21/CS106B-Assignment-2
Stanford CS106B Assignment 2
Language: C++ - Size: 2.71 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

khaledGadelhaQ/river-crossing-puzzle
A Python implementation of the classic river crossing puzzle with a graphical interface and AI solver.
Language: Python - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

RobisonTorres/search_graph
Search and recommendation system in Rust that leverages graph-based algorithms (BFS).
Language: Rust - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Riteshhh08/Pathfinding-Visualizer-
Pathfinding-Visualizer Visualize and compare pathfinding algorithms like BFS, DFS, and A* in action! Set walls, find shortest paths, and learn how each algorithm behaves. Try it here!
Language: JavaScript - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

joemathew2004/8-puzzle-challenge
The classic 8-Puzzle challenge: Human vs. AI! This project features an AI solver (Best-First Search with Manhattan distance) and a Tkinter GUI that visualizes its steps. A volunteer can initialize the AI solver alongside a human's manual attempt. The "Stop" button allows the volunteer to declare the human the winner if they solve it before the AI.
Language: Python - Size: 383 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

dm-zhuk/goit-algo-hw-06
Graph algorithms
Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rajpandya737/Pacman
Recreation of the classic arcade game "Pacman" using Pygame. The game incorporates a Breadth-First Search (BFS) for ghost traversal
Language: Python - Size: 6.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ruvxn/Pathfinder_AI
Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.
Language: Python - Size: 158 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
