Topic: "bfs-algorithm"
ShehrozAhmadDev/AI-Algorithms
Different type of Algorithms I have implemented using python for Artificial Intelligence Course
Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

brandiny/Pythfinder
Pathfinding and Maze Generation algorithms visualized 🔍
Language: Python - Size: 9.11 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Dashminder-Singh/DSA_through_C
This Repository is a part of Learning DSA through C
Language: C - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

niqaqil/Always-On-Time-Delivery
Simulation about delivery route using a few methods to get the lowest cost.
Language: Java - Size: 268 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

Abhi-tech-09/AlgoVisualizer
It is an attempt to visualize various path-finding Algorithms.
Language: JavaScript - Size: 286 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Yomna521/Breadth-first-search-find-goal
Corner traversal from a pixel.
Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

arnabm14/Algorithms-Codec
Essentials Algorithms are present here.
Language: C - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 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: over 2 years ago - Pushed at: over 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: over 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: 8 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: 7 months ago - Pushed at: almost 5 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: almost 5 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: 8 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

dpes-neupane/Path-visualization-algorithms
Language: Python - Size: 10.9 MB - Last synced at: over 2 years ago - Pushed at: almost 5 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: almost 5 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: over 2 years ago - Pushed at: almost 5 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: almost 5 years ago - Stars: 1 - Forks: 0

Tathagata-42/GoodCodingQuestions
Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 5 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: over 2 years ago - Pushed at: about 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: over 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: over 1 year ago - Pushed at: over 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: 3 months ago - Pushed at: over 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: over 1 year ago - Pushed at: over 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: over 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: over 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: 6 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: over 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: over 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: over 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: almost 6 years ago - Stars: 1 - Forks: 1

Geshunierazzl/-
任意多边形地图构建及BFS寻路算法
Language: C++ - Size: 824 KB - Last synced at: over 2 years ago - Pushed at: almost 6 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: about 6 years ago - Stars: 1 - Forks: 0

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

vinibiavatti1/Busca-FloodFill
Trabalho 1 de Inteligencia Artificial
Language: Python - Size: 1.98 MB - Last synced at: 4 days ago - Pushed at: over 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: over 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: about 2 years ago - Pushed at: over 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: over 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: over 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: about 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: about 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: about 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: about 7 years ago - Stars: 1 - Forks: 1

Rashmin528/BFS-Algorithm
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 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: over 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: about 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: 10 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: 11 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: 6 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: 4 months ago - Pushed at: almost 8 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: almost 8 years ago - Stars: 1 - Forks: 0

upandey3/PacMan
Language: Python - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 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: about 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: about 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: 12 months ago - Pushed at: about 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: 5 months ago - Pushed at: about 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: over 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: over 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: 7 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: about 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: about 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: over 11 years ago - Stars: 1 - Forks: 1

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: 899 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

fishyes404/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
🚇 Explore optimal routes on the London Tube using DFS, BFS, UCS, and heuristics with this project for effective navigation and performance comparison.
Language: Jupyter Notebook - Size: 1.3 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

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

joemathew2004/S5_AI-Lab-and-ML-Lab-Programs
This is a repo comprising of S5 AI and ML lab Programs. Programs are designed for educational purposes and demonstrate AI and ML concepts.
Language: Python - Size: 67.4 KB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

kalebers/data_structures_masters_2025
Repository for algorithms made in Data Structures class during 2025 Master mandatory classes at Pontifical Catholic University of Parana
Language: Python - Size: 1.37 MB - Last synced at: 2 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

tkytel/mantela-fetcher
Telephone Network Mandala Fetcher
Language: HTML - Size: 36.1 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

rabbiyabukhari/Artificial_Intelligence
This repository implements classic AI techniques for solving problems using informed (A*, Greedy Best-First) and uninformed (DFS, BFS) search algorithms. Includes code, notes, and key observations to deepen understanding.
Language: Python - Size: 109 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

cmunoz-g/so_long
so_long is a small 2D game built with MiniLibX. The player navigates a map, collects items, and exits through a door once all collectibles are gathered. It validates maps with BFS, supports animated sprites, and displays move counts in the terminal.
Language: C - Size: 315 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MashrafiGit/Practice_Task_of_Breadth_First_Search
Language: C++ - Size: 88.9 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

KR3915/maze-bfs-playground
Language: Python - Size: 109 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sarthakshishodia20/GraphVac
Consist of Striver Graph
Language: Java - Size: 83 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

dreezy-VP/OR2S
🚆 OR2S – Online Railway Reservation System | Book trains, check routes, calculate shortest distance & manage tickets 💳
Language: PHP - Size: 22 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

SachaFernandezSoltane/GeneticMaze
A Python project that generates random mazes and solves them using genetic algorithms!
Language: Python - Size: 15.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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.27 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jonathanpereda/sliding-number-puzzle-solver
Solver and benchmark suite for the 'sliding number puzzle' in Python — BFS, A*, IDA*, visual playback, CSV/Markdown performance reports.
Language: Python - Size: 146 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

RachithP/fun-stuff
This repository contains fun coding!
Language: C++ - Size: 18.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Smeltier/o-labirinto
Cria um labirinto N x N (7 <= N <= 100), com densidade de paredes P (10 <= P <= 80) e encontra o menor caminho da entrada até a saída.
Language: C - Size: 69.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

autrin/8-puzzle
Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)
Language: Python - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Anshikarawat14/FindMyPath-PathVisualizer
Visualize maze-solving algorithms in style! Instantly see how BFS, DFS, A*, and Greedy Search find paths—customize mazes, drag walls, and enjoy smooth, modern UI animations.
Language: JavaScript - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: 3 months 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: 3 months ago - Pushed at: 3 months 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: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

emikodes-UniMI/Automaton-Signals
🖥️Educational project developed for the final test of the "Algorithm and data structures" course at the University of Milan.
Language: Go - Size: 1.48 MB - Last synced at: about 2 months ago - Pushed at: 3 months 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: 3 months ago - Pushed at: 3 months 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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

muriz-dev/GraphIntro
Language: C++ - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: 4 months 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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

noviaputrin/degrees
Program implementation of python Search Algorithm
Language: Python - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: 4 months 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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 1

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: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
