An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bfs-search

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: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

xariskarv/NPuzzle-Solver-AI-Algorithms

Solves a N-Dimension Puzzle with one of the 4 different path algorithms : Breadth 1st Search, Depth 1st Search, Best 1st Search and A* Search.

Language: Java - Size: 43 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

alkinoosmav/missionaries-cannibals-solver

A Python implementation of the classic Missionaries and Cannibals river crossing problem using Breadth-First Search (BFS).

Language: Python - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

martacanirome4/Grafo

Encontrar el camino en un grafo

Language: HTML - Size: 373 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

AzizbekEshpolatov/_algorithms_with_dart_

📊 Algorithms Learning – A collection of essential algorithms with explanations and implementations to strengthen problem-solving and coding skills.

Language: Dart - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

JGZimek/data-structures-and-algorithms

Implementations of various data structures and algorithms in C++. Includes fundamental data structures like graph as well as algorithms such as depth-first search (DFS) and breadth-first search (BFS).

Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Munkh09/Maze-and-N-Puzzle-AI-Agents

Maze and N-Puzzle AI Agents Development

Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

HxnDev/Solving-a-Maze-Using-BFS-and-DFS

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Language: Python - Size: 570 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

TheDeiw/BFS-method

Here's a small project that implements breadth-first search for a simple undirected graph manually entered from the command line in Visual Studio.

Language: C - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

AdnanGlc/Pathfinding-Visualizer

Includes visualization of BFS, A*, Greedy best-first search, Bidirectional BFS, Bidirectional swarm, algorithm, as well as maze generator and other functions. All in C# windows forms

Language: C# - Size: 66.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

Vinandra-Adam-Saputra/SeekandHideGame

Design Analysis Algorithm Course Project 2023 - UNIVERSITAS MARITIM RAJA ALI HAJI FAKULTAS TEKNIK DAN TEKNOLOGI KEMARITIMAN PROGRAM STUDI TEKNIK INFORMATIKA

Language: Java - Size: 464 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

KishanVyas308/Ai-Mini-Projects

This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:

Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

furkantosun1607/CSE201-Data-Structure

This repository contains implementations of various data structures completed as part of the CSE201 (Data Structures) course. Each week, a different data structure was implemented during lab sessions.

Language: HTML - Size: 16.6 MB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

milochambers96/PacMan-Clone

GA - SEB - Project 1 Frontend (Grid-Based JavaScript Game)

Language: JavaScript - Size: 802 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ashithapallath/AI-Searches

The AI Searches repository provides a Jupyter Notebook demonstrating the implementation of various AI search algorithms commonly used in optimization and pathfinding problems. It includes algorithms such as Breadth-First Search (BFS), Depth-First Search (DFS), Uniform Cost Search (UCS), Greedy Best-First Search, and A* Search.

Language: Jupyter Notebook - Size: 5.4 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JuanCarlosAcostaPeraba/fsi-pract-1 📦

GII - FSI - Práctica 1

Language: Python - Size: 318 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nahom32/Travelling-Ethiopia

This repo contains a set of implementations for the questions on travelling ethiopia for the graduate course of AI Prinicples

Language: Python - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

m-mdy-m/MazeGenerator 📦

Fun

Language: JavaScript - Size: 25.4 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

mahmoudmahm00d/Sokoban

A Sokoban game with different naming style (SokoFarm)

Language: C# - Size: 225 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

ayax537/Breadth-First-Search-BFS-Maze-Solver

This Python script implements the Breadth First Search (BFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how BFS explores paths to find a solution.

Language: Python - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mdshohed/Graph-theory

I have added graph's all part in this file

Language: C++ - Size: 95.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Olivera2708/Maze-solver

Part of the PSIML10 homework. Finder for shortest path (number of pixels) in maze from picture with and without using teleports.

Language: Python - Size: 114 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

aguunu/fishing-jigsaw

Compute optimal actions for a specific state of the Metin2 fishing jigsaw making use of reinforcement learning principles.

Language: Rust - Size: 69.3 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 2

bcicen/bfstree

Go package providing breadth-first search functions for arbitrary structs

Language: Go - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 3

sergi-s/Special-Topics-in-Artificial-Intelligence

Porjects for Algorithmic Techniques for Artificial Intelligence

Size: 326 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

jElhamm/100-Projects-for-Prolog

"The repository '100 Mini Projects for Prolog' includes small projects for learning and practicing Prolog."

Language: Prolog - Size: 5.98 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

starUnvs/uninformed_search

Basic uninformed search algorithms in AI: BFS, uniform cost search and A* search. The goal is to find a path in a matrix map with minimum cost.

Language: Python - Size: 958 KB - Last synced at: 10 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jaydattpatel/Binary-Tree

Different Operation on Binary Tree Structure

Language: C++ - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

niveditha-vudayagiri/8-puzzle

8-puzzle implementation in Python using State space search algorithms

Language: Python - Size: 18.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

mariosplen/Fifteen-Puzzle-BFS

Finds a solution to the 15 puzzle game based on the BFS algorithm in Kotlin Programming Language

Language: Kotlin - Size: 137 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

Siya2704/AI-assignments

Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.

Language: Jupyter Notebook - Size: 1.32 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

Shimaa118/Maze-Solver

Maze Solver with Searching Algorithms

Language: Python - Size: 4.88 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

entangledloops/slidingpuzzle

Sliding Puzzle solver and utilities

Language: Python - Size: 367 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 1

xSenzaki/CS321L-M_Artificial_Intelligence_Lab

This repository is a compilation of my activities from the subject course of CS321L-M - Artificial Intelligence Lab.

Language: Python - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

JonathanV014/Degrees-of-Separation

This is a program that determines how many "degrees of separation" separate two actors.

Language: Python - Size: 21.1 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

frottori/Building_Evacuation Fork of filegeiasou/Building_evacuation

Undergraduate

Language: Python - Size: 2.62 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

haimgoldfisher/Inference_From_Bayesian_Network

Language: Java - Size: 1.46 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

SreecharanV/Prolog-Based-Graph-Traversal-BFS-Implementation

An implementation of graph traversal algorithms in Prolog, focusing on breadth-first search (BFS). The project finds the shortest path between nodes in a graph, covering both directed and undirected graphs with extensive test cases.

Language: Prolog - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ashish10alex/football-bfs

Shows the graph between two football players indicating the shortest connection between them.

Language: Python - Size: 11.2 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

efraimG21/BFS-Maze-Solver

Maze solver using bfs search in c language

Language: C - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Esai-Keshav/principles-of-ai-lab

Principles Of AI Lab Exercises

Language: Python - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

notayush000/Maze-Solver

Maze Solver using AI

Language: Python - Size: 203 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hermanhavva/reachability-matrix-with-BFS-DFS

Undirected unweighted graph class implementation. Using BFS, DFS for building a Reachability Matrix.

Language: C# - Size: 43.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - 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: about 4 years ago - Stars: 1 - Forks: 1

Zy8712/Shortest-Path-via-Search-Algorithms

Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

v-chai/knight-pathfinder

Breadth-First Search of Polytree to determine the shortest path a chess knight can take from a starting point to a given endpoint

Language: Ruby - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ingambe/Machine-Works-Problem

My solution to the machine works problem.

Language: Java - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

54nd339/Algorithms

An introduction to different algorithmic approach

Language: C - Size: 242 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vls-00/Berkeley-Pacman-Project

:ghost: :video_game: This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.

Language: Python - Size: 1.19 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

sukhmancs/maze-solver

Language: Python - Size: 6.84 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

emikhalev/algorithm

This is the collection of solutions to some computer problems, mainly leetcode

Language: Go - Size: 199 KB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 0

mallickhiba/dancey

A music recommendation app based on danceability data from Spotify. It recommends songs based on similarity in genre and danceability score

Language: Java - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

stamd/graphs-in-python

Language: Python - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 11

Arghya721/PySiteCrawler

PySiteCrawler is a Python library for web crawling and data extraction. It's designed for exploring web pages, extracting text, and managing links efficiently. You can easily store scraped data in .txt files for analysis. Future updates will add more traversal strategies.

Language: Python - Size: 16.6 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

soumya-99/mapify-map-app

Convert any image into map and find the shortest path from source to destination. Supported Material You, Dynamic Theming. Mapify Limitless!

Language: HTML - Size: 18.4 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

mansstiv/Pacman-Simulation

🎮🕹️👾 Created a pacman simulation in Python, as a part of Berkeley's University Artificial Intelligence course. Project is divided into two parts. Firstly a basic agent and multiple search algorithms are implemented. In the second part, problem became more complex, while designing intelligent multiagents.

Language: Python - Size: 439 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

LukaszKrolicki/BFS_DFS_algorithm

BFS, DFS algorithm: visiting

Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AnirudhNambi/Pacman-Search

Pacman Search problem using BFS, DFS, Uniform cost search and Astar algorithms.

Language: Python - Size: 166 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

imadMansour85/currency-exchange-rate

Calculate currency exchange rate using BFS Breadth First Search Graph extracted from postgres DB

Language: TypeScript - Size: 166 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

Abrarulhassan-786/Breath-First-Search-Algorithm

Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

qingyaoz/Back-to-the-Ship

An exploration of path finding using BFS and DFS.

Language: C++ - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mohamedhassan279/8-puzzle

8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)

Language: Python - Size: 2.51 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

CarCarGroup05/DesignatedCar

This is a repo to store codes for the designated project of the car car class in NTUEE. We appreciate for your star to our repo.

Language: Python - Size: 633 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 3

cankobanz/vacuum-cleaner-robot

Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.

Language: Python - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zeenatali5710/Water-jug-problem

A variation on the classic water jugs problem implemented using AI approach - heuristic and search algorithms like BFS, DFS, A-star programmed in python.

Language: Python - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

MTank76/Optimization-Algorithms

This repository encompasses several optimization algorithms implemented in Python, offering solutions to various problem domains.

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

random-char1198/Android_Maze_Search_BFS

Language: Java - Size: 111 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Abdelmagidawad/Data-Structures

Data Structures Implementation

Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

thevkscode/Contact-Manager

A contact Manager Using Advance Data Structure Trie and Searching algorithm DFS/BFS

Language: C++ - Size: 202 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MartinGurasvili/Maze-Pathfinding

This is a Maze Pathfinding Application that includes the A* Algo as-well as the BFS Algo

Language: Python - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

AleksaMilosevic07/BFS-and-DFS

While studying for an exam, I made these two small projects that show animation of both DFS(Depth-First-Search) and BFS(Breadth-First-Search. After the exam, I have decided to merge these two projects and annotate them so others can study off what I made for myself.)

Language: C++ - Size: 295 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

AlexandrosPlessias/BFSandEditDistance

Implementation of BFS tasks & Edit Distance in Java

Language: Java - Size: 323 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Nikhil-prog/8-puzzle-solver

8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,

Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

christy-jose01/Pacman-AI

This is using the UC Berkeley codebase for the PacMan AI project. This project utilizes search algorithms for artificial intelligence agents, and utilizes reinforcement learning.

Language: Python - Size: 340 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

christy-jose01/Six-Degrees

This is a program that solves the “Six Degrees of Kevin Bacon” game. This program parses a dataset into a graph and performs shortest path computations. Given any two actors, the aim is to find a “path” between them, consisting of two actors with whom they have coached.

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sanikakadamm/AI-TYBSCIT

Practicals from sem 5 of bsc IT,Third year

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hind-sagar-biswas/pathfindr

A visualizer of path finder (BFS) algorithm and maze generator (DFS)

Language: JavaScript - Size: 568 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

shackleb0lt/Robot_Navigation

Robot Navigation using graph algorithms like DFS, BFS Astar etc.

Language: C++ - Size: 298 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

NicoMincuzzi/maze-retro-route-puzzle

This code exercise is (very loosely) based on some of the ideas in old school text adventure games.

Language: Java - Size: 125 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ahmadj1801/Dangerous-Crossing-Problem

Using search algorithms to find the best possible way for "n" people to cross a bridge (within some constraints)

Language: Java - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Spycsh/BombMan

BombMan in web browser@_@

Language: JavaScript - Size: 53.7 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

bekatan/cse362

Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms

Language: C++ - Size: 322 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

TahaTabatabaei/graph-coloring

exploring diffrent search algorithms, in order to solve graph coloring problem

Language: Java - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Mohuva13/DFS_BFS

DFS and BFS finder + Graph connectivity

Language: Python - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AhmedIssa11/Maze-Solving-Agent

AI maze solving agent to find the shortest path using searching algorithms

Language: C# - Size: 800 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

abdoalaa200/Pathfinding-Visualizer

visualizing some searching algorithms using sfml

Language: C++ - Size: 1.94 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dhairyajoshi/BFS-Visualizer

visualize how bfs algorithm actually works to find the shortest path

Language: JavaScript - Size: 36.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

hassanzadehmahdi/BFS-and-DFS-Algorithms

Breadth First Search and Depth First Search implementation in python.

Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Ziyad-Benomar/Rush-Hour-Animated-Solver

an animated solver (backtracking - BFS) for rush hour

Language: Jupyter Notebook - Size: 300 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

jAzz-hub/Matrix_Search

Trabalho Prático da Disciplina de Algoritmos e Estruturas de Dados 1

Language: C - Size: 1.48 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anderson-ryan352/Pathfinding-Algorithms-Visualizer

A Pathfinding Algorithms Visualization built in python using Pygame

Language: Python - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

OfekYa/AI_PACMAN_Search

Introduction to Artificial Intelligence - Assignment 13 Search Algorithms DFS, BFS, UCS, A* & Heuristic Functions

Language: Python - Size: 83 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

JoseCarlosNF/graphs 📦

Implementações de grafos utilizadas na disciplina de projetos de algoritmos II (eq. estruturas de dados II)

Language: Python - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

edenroseFR/sliding-8-puzzle

This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).

Language: Python - Size: 101 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Rakibul73/AI_Sessional_Final_Exam_Code

CIT-316 (Artificial Intelligence Sessional)

Language: Jupyter Notebook - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

MohamadTarekk/EightPuzzle

Eight Puzzle solver using BFS, DFS & A* search algorithms

Language: Java - Size: 2.76 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

urastogi885/optimal-path-finder

Explore a map to find an optimal path from start to goal using classical search-based methods

Language: Python - Size: 1.06 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 2

Erik3010/pacman-resolver

Pacman Resolver

Language: Vue - Size: 332 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

osamabinazam/Data-Structure-and-Algorithams

This repository provides the implementaion of data structures in Java programming langauge

Language: Java - Size: 91.8 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

KhalilThabet/AlgoVisualizer

A basic App to visualize AStar Pathfinding Algorithm to find the shortest path in a given grid of size nxn

Language: JavaScript - Size: 2.78 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Related Keywords
bfs-search 171 dfs-search 86 bfs-algorithm 60 bfs 52 python 31 dfs-algorithm 31 dfs 29 ai 24 artificial-intelligence 21 graph 20 uniform-cost-search 18 astar-algorithm 17 breadth-first-search 16 maze-solver 15 python3 14 a-star-search 12 astar-search-algorithm 11 graph-algorithms 11 algorithms 11 java 11 search-algorithm 10 greedy-best-first-search 8 astar-search 8 maze 7 cpp 7 a-star-algorithm 7 queue 7 algorithm 7 ucs-search 6 tree-structure 6 searching-algorithms 6 astar-pathfinding 6 pathfinding 6 dijkstra-algorithm 6 a-star 6 c 6 stack 5 ucs 5 javascript 5 game 5 maze-generator 5 depth-first-search 5 greedy-search 5 graphs 5 data-structures 5 best-first-search 4 a-star-path-finding 4 artificial-intelligence-algorithms 4 binary-search-tree 4 sorting-algorithms 4 puzzle-solver 4 uninformed-search 4 astar 4 bfs-dfs 4 bidirectional-search 4 iterative-deepening-search 4 informed-search 3 8-puzzle-solver 3 dijkstra 3 8-puzzle-problem 3 binary-tree 3 heuristic-search-algorithms 3 8-puzzle 3 prims-algorithm 3 hill-climbing-search 3 kruskals-algorithm 3 backtracking 3 iddfs-algorithm 3 minmax-algorithm 3 beam-search 3 alpha-beta-pruning 3 algorithms-and-data-structures 3 water-jug-problem 3 linked-list 3 code 3 pacman-game 3 pacman 3 bellman-ford-algorithm 3 tree 3 minimum-spanning-tree 3 csp 3 pillow 3 dijkstra-shortest-path 3 pygame 3 iddfs 2 manhattan-distance 2 xml 2 maze-algorithms 2 naive-bayes 2 naive-bayes-classifier 2 undirected-graph 2 8puzzle-game 2 tsp-problem 2 bst-tree 2 vacuum-cleaner 2 inorder 2 postorder 2 preorder 2 numpy 2 pacman-agent 2