Ecosyste.ms: Repos

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

GitHub topics: bfs-search

efraimG21/BFS-Maze-Solver

Maze solver using bfs search in c language

Language: C - Size: 10.7 KB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 0 - Forks: 0

Esai-Keshav/principles-of-ai-lab

Principles Of AI Lab Exercises

Language: Python - Size: 31.3 KB - Last synced: 12 days ago - Pushed: 4 months ago - Stars: 5 - Forks: 0

notayush000/Maze-Solver

Maze Solver using AI

Language: Python - Size: 203 KB - Last synced: 22 days ago - Pushed: 23 days ago - Stars: 0 - 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: 26 days ago - Pushed: 27 days 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: 22 days ago - Pushed: 22 days 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: 30 days ago - Pushed: about 3 years ago - Stars: 1 - Forks: 1

Zy8712/Shortest-Path-via-Search-Algorithms

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

jaydattpatel/Binary-Tree

Different Operation on Binary Tree Structure

Language: C++ - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - 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: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

mahmoudmahm00d/Sokoban

A Sokoban game with different naming style (SokoFarm)

Language: C# - Size: 201 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

ingambe/Machine-Works-Problem

My solution to the machine works problem.

Language: Java - Size: 16.6 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

54nd339/Algorithms

An introduction to different algorithmic approach

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

sukhmancs/maze-solver

Language: Python - Size: 6.84 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

LtVaios/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: about 2 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 1

entangledloops/slidingpuzzle

Sliding Puzzle solver and utilities

Language: Python - Size: 367 KB - Last synced: 4 days ago - Pushed: 4 months ago - Stars: 8 - Forks: 1

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: 2 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

stamd/graphs-in-python

Language: Python - Size: 48.8 KB - Last synced: 3 months ago - Pushed: over 1 year 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: 5 days ago - Pushed: 8 months 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: 3 months ago - Pushed: almost 2 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: 3 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 1

LukaszKrolicki/BFS_DFS_algorithm

BFS, DFS algorithm: visiting

Language: C++ - Size: 1000 Bytes - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

m-mdy-m/MazeGenerator

"MazeGenerator: Create intricate mazes using BFS algorithm. Fun and challenging puzzle game!"

Language: JavaScript - Size: 13.7 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

AnirudhNambi/Pacman-Search

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

Language: Python - Size: 166 KB - Last synced: 4 months ago - Pushed: over 1 year 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: 4 months ago - Pushed: almost 2 years ago - Stars: 9 - Forks: 0

qingyaoz/Back-to-the-Ship

An exploration of path finding using BFS and DFS.

Language: C++ - Size: 43 KB - Last synced: 4 months ago - Pushed: 4 months 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: 4 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 1

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: 5 months ago - Pushed: over 1 year 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: 5 months ago - Pushed: over 3 years ago - Stars: 2 - 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: 41 KB - Last synced: 5 months ago - Pushed: 5 months 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: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

random-char1198/Android_Maze_Search_BFS

Language: Java - Size: 111 KB - Last synced: 6 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

demirdirek/inDepthMazeAI

Lets see what CS50 did with the Lecture 0 in "Artificial Intelligence with Python 2020".

Language: Python - Size: 80.1 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

Abdelmagidawad/Data-Structures

Data Structures Implementation

Language: C++ - Size: 21.5 KB - Last synced: 4 months ago - Pushed: 7 months 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: 6 months ago - Pushed: 6 months 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: 25 days ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0

bcicen/bfstree

Go package providing breadth-first search functions for arbitrary structs

Language: Go - Size: 6.84 KB - Last synced: 4 months ago - Pushed: about 2 years ago - Stars: 5 - Forks: 2

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

AlexandrosPlessias/BFSandEditDistance

Implementation of BFS tasks & Edit Distance in Java

Language: Java - Size: 323 KB - Last synced: 7 months ago - Pushed: almost 4 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: 8 months ago - Pushed: 8 months 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: 8 months ago - Pushed: 8 months 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: 8 months ago - Pushed: 8 months 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: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

emikodes/Grafi-Alberi-Algoritmi-Implementazione-C

Guida completa ai grafi e agli alberi, con visite, algoritmi di ricerca dei percorsi minimi, e codice per l'implementazione di alberi binari / ABR (BST) in linguaggio C.

Size: 1.36 MB - Last synced: 8 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

hind-sagar-biswas/pathfindr

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

Language: JavaScript - Size: 568 KB - Last synced: 4 months ago - Pushed: 4 months 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: 9 months ago - Pushed: almost 3 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: 9 months ago - Pushed: 9 months 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: 9 months ago - Pushed: over 3 years 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: 4 months ago - Pushed: almost 2 years ago - Stars: 14 - 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: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Mohuva13/DFS_BFS

DFS and BFS finder + Graph connectivity

Language: Python - Size: 95.7 KB - Last synced: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: over 2 years ago - Stars: 5 - Forks: 0

abdoalaa200/Pathfinding-Visualizer

visualizing some searching algorithms using sfml

Language: C++ - Size: 1.94 MB - Last synced: 10 months ago - Pushed: 10 months 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: 11 months ago - Pushed: 11 months 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: 11 months ago - Pushed: over 1 year 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: 12 months ago - Pushed: 12 months 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: 11 months ago - Pushed: 12 months 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: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

martacanirome4/Grafo

Encontrar el camino en un grafo

Language: HTML - Size: 373 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

CarCarGroup05/DesignatedCar

This is a repo to store codes for the designated project of the car car class in ntuee.

Language: Python - Size: 633 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 3 - Forks: 3

Abrarulhassan-786/Breath-First-Search-Algorithm

Language: Python - Size: 0 Bytes - Last synced: 12 months ago - Pushed: about 1 year 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: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Rakibul73/AI_Sessional_Final_Exam_Code

CIT-316 (Artificial Intelligence Sessional)

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

MohamadTarekk/EightPuzzle

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

Language: Java - Size: 2.76 MB - Last synced: 9 months ago - Pushed: about 4 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: 10 months ago - Pushed: about 2 years ago - Stars: 4 - Forks: 2

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: 60.5 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

Erik3010/pacman-resolver

Pacman Resolver

Language: Vue - Size: 332 KB - Last synced: about 1 month ago - Pushed: almost 2 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: about 1 year ago - Pushed: over 1 year 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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Abhi-tech-09/Path-finding-Visualizer

This will help in visualizing different path-finding algorithms.

Language: JavaScript - Size: 11.5 MB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 2 - 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: about 1 year ago - Pushed: almost 3 years ago - Stars: 7 - Forks: 5

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: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

hyecheol123/UWMadison_CS540_Su20_P05 📦

As I submitted the assignment and no-longer be updated, I archived this repository. If you have any question or comments, please send me an email. (Assignment Webpage: http://pages.cs.wisc.edu/~yw/CS540P5S20E.htm)

Language: Java - Size: 81.1 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

reimeytal/maze-algorithm 📦

A maze solving algorithm

Language: Python - Size: 2.53 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

Precioux/Pacman

AI Course Projects - Fall 2022

Language: Python - Size: 7.13 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ameliacode/Intro2AI 📦

🔚 2021-1st Introduction to AI lecture repository

Language: Python - Size: 1.61 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

dee-tree/maze-solver 📦

Educational project: maze solver

Language: Kotlin - Size: 443 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

nxhawk/DSA-HCMUS

Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes

Language: C++ - Size: 30.1 MB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

haimgoldfisher/Inference_From_Bayesian_Network

Language: Java - Size: 1.51 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - 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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

shtanriverdi/Path-Finding-Visualizer

Path Finding Visualizer :checkered_flag:

Language: Java - Size: 27.3 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 1

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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - 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: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

TudorMurariu/L5-Graph-Theory

Language: C++ - Size: 216 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

TudorMurariu/TAD-Arbore-binar

Language: C++ - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

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: about 1 year ago - Pushed: about 4 years ago - Stars: 2 - Forks: 8

tdishant/DFS-and-BFS-in-Python

Depth First Search and Breadth First Search Implementation in Python

Language: Jupyter Notebook - Size: 1000 Bytes - Last synced: 6 months ago - Pushed: about 2 years ago - Stars: 2 - Forks: 0

Anish-08/Milk-Bucket-Problem

A Bread First search to solve the famous Milk Bucket Problem

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

mdshohed/Graph-theory

I have added graph's all part in this file

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

p0k0/t-tn

optimal data structure

Language: C# - Size: 145 KB - Last synced: 28 days ago - Pushed: almost 4 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: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

naorbarzilay/AI

Language: Jupyter Notebook - Size: 1.08 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - 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: about 1 year ago - Pushed: almost 2 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: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

mariosplen/fifteen-puzzle

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

Language: Kotlin - Size: 137 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 1

xlxs4/family-tree

A Data Structure-focused example on how to implement a family tree in Java. Good for university students ;)

Language: Java - Size: 41 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - 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: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

Pendulun/PacManSearchAlgorithms

Graph Search Algorithms for Intro to AI class at UFMG

Language: Python - Size: 643 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

arrafi-musabbir/PAC-MAN

my rendition of the famous pac-man game utilizing various search algos

Language: Python - Size: 2.64 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Related Keywords
bfs-search 145 dfs-search 78 bfs-algorithm 55 bfs 51 dfs-algorithm 30 dfs 29 python 28 ai 22 artificial-intelligence 18 graph 17 breadth-first-search 17 uniform-cost-search 16 astar-algorithm 15 a-star-search 12 python3 12 maze-solver 12 graph-algorithms 10 java 10 greedy-best-first-search 8 astar-search-algorithm 8 algorithms 8 a-star-algorithm 7 cpp 7 astar-search 7 maze 7 search-algorithm 6 pathfinding 6 searching-algorithms 6 queue 6 c 6 astar-pathfinding 6 depth-first-search 6 algorithm 6 dijkstra-algorithm 5 graphs 5 a-star 5 ucs 5 maze-generator 5 ucs-search 5 stack 4 iterative-deepening-search 4 greedy-search 4 javascript 4 artificial-intelligence-algorithms 4 a-star-path-finding 4 bfs-dfs 4 binary-search-tree 4 tree-structure 4 data-structures 4 astar 4 game 4 sorting-algorithms 3 algorithms-and-data-structures 3 dijkstra-shortest-path 3 puzzle-solver 3 8-puzzle-solver 3 backtracking 3 informed-search 3 uninformed-search 3 minimum-spanning-tree 3 code 3 tree 3 pillow 3 pathfinder 3 binary-tree 3 alpha-beta-pruning 3 linked-list 3 crawler 3 prims-algorithm 3 csp 3 kruskals-algorithm 3 dijkstra 3 pygame 3 dls 2 graph-theory 2 bellman-ford 2 bellman-ford-algorithm 2 bst-tree 2 puzzle-game 2 matrix 2 inorder 2 intellij-idea 2 postorder 2 preorder 2 djikstra-algorithm 2 bidirectional-bfs 2 maze-game 2 hashmap-java 2 maze-algorithms 2 tries 2 iddfs-algorithm 2 perceptron 2 binary-tree-traversal 2 swing-gui 2 8-puzzle-problem 2 dfs-visualization 2 dls-search 2 qlearning-algorithm 2 minmax-algorithm 2 water-jug-problem 2