Topic: "bfs-search"
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

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

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

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

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

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

Areesha-Tahir/BFS-DFS-Maze-Solver-In-Python
A program to solve a maze using Breadth First Search (BFS) and Depth First Search (DFS).
Language: Python - Size: 198 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 5

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

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

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

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

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

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

Imsanskar/8-puzzle
8 puzzle solver using BFS, DFS and A star
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - 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

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

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

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

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

Rushour0/Path-Finding-Algorithms
Visualizer for various Path Finding Algorithms
Language: JavaScript - Size: 24.8 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

aliarjomandbigdeli/search-algorithms
classical search algorithms are used in AI | AI course - Fall 2018
Language: Java - Size: 142 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 3 - 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

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

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

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

jahnvisikligar/Artificial-Intelligence-Projects
This repository is reflection of the artificial intelligence algorithms work implemented by me under the coursework - ECS759P
Language: Jupyter Notebook - Size: 1.72 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - 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

tdishant/DFS-and-BFS-in-Python
Depth First Search and Breadth First Search Implementation in Python
Language: Jupyter Notebook - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

ZiadSaoud/IEA-PROJECT
Smart Vacuum Cleaner Agent
Language: Java - Size: 1.71 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 2 - 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

Abhi-tech-09/Path-finding-Visualizer
This will help in visualizing different path-finding algorithms.
Language: JavaScript - Size: 11.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - 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

sina-rostami/Tron-Game
Language: ASP.NET - Size: 38.2 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

juanesmendez/CS50-AI-Project0-degrees
Project 0 for the Introduction to "Artificial Intelligence with Python" Harvard online course. App that finds a connection between two actors bases on the movies they have starred in, using BFS algorithm.
Language: Python - Size: 21.2 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 8

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

MohammadJavadArdestani/sort-colored-cards-with-AI-search-algorithms
use A*, IDS and BFS to sort colored cards in ascending order.
Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Maze-Solver-Using-BFS
Implemented Maze Solver using Breadth First Search (BFS) in Python Language
Language: Python - Size: 435 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

TudorMurariu/TAD-Arbore-binar
Language: C++ - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

TudorMurariu/L5-Graph-Theory
Language: C++ - Size: 216 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

dee-tree/maze-solver 📦
Educational project: maze solver
Language: Kotlin - Size: 443 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

prashantpks/missionary-cannibal-in-C
Solving missionary cannibal problem using different search strategies in C
Language: C - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

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

sathviktn/BFS-Project
Breadth-first search (BFS) of a Binary Tree is a method for exploring a tree or graph. It is an algorithm for traversing or searching tree or graph data structures.
Language: C - Size: 958 KB - Last synced at: about 1 year ago - Pushed at: over 3 years 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

Saurav-Shrivastav/Maze-Solver
A python program that can solve mazes and also create visual images of the solutions
Language: Python - Size: 5.86 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: about 4 years ago - Stars: 1 - Forks: 1

ihgazni2/nvtree
tree node toolset
Language: JavaScript - Size: 734 KB - Last synced at: 24 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ksh-r/ai-puzzle-8
Puzzle 8 Game Environment & BFS Agent to solve the game, with time and space analysis
Language: Java - Size: 44.9 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

masum035/Graph-Theory
Graphs are used in Google maps,Facebook friends, friends of friends, Pipeline connection, electricity connections, shortest path etc.Also providing LAN connections between nodes and in VPN too.Specially spanning tree is used in these networks. visit it: https://image1.slideserve.com/2884352/ch-15-graph-theory-some-practical-uses-n.jpg visit it: https://image.slidesharecdn.com/distructweek15graphstheoryupdated-160227143444/95/distruct-week-15-graphs-theory-updated-2-638.jpg?cb=1456583743 visit it: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.800.2735&rep=rep1&type=pdf read the 3rd page of this article
Language: C++ - Size: 1.77 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

hanghoo/balance-strategy-k-server-problem
balance strategy for a k-server problem
Language: C - Size: 71.3 KB - Last synced at: about 2 years 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

rusty-sj/Algorithms-Design-Analysis-and-Implementations
Homeworks done in course CS 599: Algorithms - Design, Analysis, and Implementations at Oregon State University
Language: Python - Size: 7.51 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

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

NbnbZero/3D-Mazes-
分别基于BFS,Uniform-Cost,A*算法的3D路径检索
Language: Java - Size: 299 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

nikhil1699/AI-Mazesolver
An AI which can solve any given maze. Creates a colourful maze and illuminated path which AI takes.
Language: Python - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

siddarthjha/Minor-Project
My first project in C language
Language: C - Size: 2.8 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

p0k0/t-tn
optimal data structure
Language: C# - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: almost 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: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - 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: 27 days ago - Pushed at: 27 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

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

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: 8 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

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

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

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

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

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

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

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

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

sukhmancs/maze-solver
Language: Python - Size: 6.84 KB - Last synced at: 2 days ago - Pushed at: about 1 year 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

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

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

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
