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

GitHub topics: bidirectional-search

seung-lab/dijkstra3d

Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes

Language: C++ - Size: 2.53 MB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 80 - Forks: 14

SPL-BGU/BiHS-Consistent-F2E

This is the repository for the papers "Front-to-End Bidirectional Heuristic Search with Consistent Heuristics: Enumerating and Evaluating Algorithms and Bounds" and "Bridging Theory and Practice in Bidirectional Heuristic Search with Front-to-End Consistent Heuristics"

Language: C++ - Size: 28.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Arka056/Bidirectional-Search

Bidirectional Search in Artificial Intelligence

Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vik-ma/pathfinding-race

A browser game where pathfinding algorithms race against each other!

Language: JavaScript - Size: 7.75 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

SPL-BGU/PEM-BiHS

This is the repository for the paper "On Parallel External-Memory Bidirectional Search"

Language: C++ - Size: 1.03 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - 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

MeetkumarChavda/Pathfinding-Visualizer

🚀 Dive into an interactive Pathfinding Visualizer! 🎯 Explore A*, Dijkstra, BFS, DFS, and more with dynamic visuals. Drag, drop, and design your grid, build mazes, and watch algorithms in action!

Language: JavaScript - Size: 26.2 MB - Last synced at: 3 months ago - Pushed at: 9 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

RikoAppDev/8-puzzle

AI - Project 1 - 8-puzzle solver using bidirectional search

Language: Python - Size: 171 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

nikolatechie/Pathfinding-Visualizer

Visualizations of several most popular pathfinding algorithms (Dijkstra's algorithm, A* search etc.)

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

sebastianbellodev/uninformed-search-python

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

muhammad3245571106/AI-searching-techniques-using-Python-and-Tkinter-for-graphical-user-interface

This is a Python project that uses Tkinter to develop the front end of the application and Python to implement AI searches. This has a cool graphical interface and visualization to make the project look aesthetic.

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

Kartikay-Sharma/Path-Finding-Algorithms-Visualization

An interactive tool which visualizes path finding algorithms on a grid.

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

parissashahabi/Game-Playing-Intelligent-Agent

Implemented reinforcement learning algorithms, including Value-Iteration and Q-Learning, for a 2D grid world Markov Decision Process resembling a Pac-man game. Also applied the Mini-Max algorithm and common path-planning techniques such as A*, Dijkstra, and bidirectional search.

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

zamirmehdi/Artificial-Intelligence-Course

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

imildositoe/bidiretional_search_8_puzzle

Implementation of BDS using bfs and dfs

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

jwyce/2x2x2-Rubik-Solver

Solve scrambled 2x2x2 Rubik’s Cubes in under a second using BFS

Language: Java - Size: 166 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 1

Milan-Stevanovic/2DGridVisualization

Predmet projekat (Racunarska Grafika), WPF, Bidirectional Search

Language: C# - Size: 1.05 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MarekHlavka/PROLOG-Rubiks-cube-solver

Prolog program to find and show step by step Rubiks cube solution.

Language: Prolog - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 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

juliorodrigues07/missionaries-cannibals---BidirectionalSearch 📦

Resolução do problema dos Missionários e Canibais utilizando buscas bidirecional e em largura, além de modelagem por grafos.

Language: Python - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

RyanArdiansyah10/Blind-Searching

Algoritma 1.BFS, 2.DFS, 3.UCS, 4.IDDFS, 5.BS & 6.Tugas 01 Blind Searching

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

kalpak92/Algorithms-on-Graphs---Data-Structures-and-Algorithms-Specialization

Course by University of California San Diego on Algorithms on Graphs

Language: Python - Size: 13.2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - 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

mndxpnsn/graph-theory-I

All solutions to the problems in the "Graph Theory I" study plan on LeetCode.

Language: C++ - Size: 36.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kkkooolllyyyaaa/SearchAlgos

Basic search algorithms on graph

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

amirrezarajabi/AI-SPRING-99-00-P1-Implement-AI-simples-algorithms

a simple robot to hold butter to customer on table

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

MamadTvl/8-puzzle-problem

Solving 8-puzzle problem

Language: JavaScript - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

hamedrq7/Solving-Problems-by-Searching

This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.

Language: Jupyter Notebook - Size: 1.95 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kalexmills/bidirectional-bfs

Bidirectional BFS in Golang for fewest-hops paths (i.e. unweighted shortest paths)

Language: Go - Size: 3.58 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

ronitkothari/Algorithm-Visualizer

An interactive algorithm visualizer. You can visualize over 10 algorithms.

Language: JavaScript - Size: 588 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

KostasKoyias/foo-bar

Solutions to google foo.bar challenge.

Language: Java - Size: 282 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

bornabr/several-optimization-algorithms

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

ggsharma/Pikachu_Simulator

A simulator based on Pygame for simulating Astar, Breadth FIrst Search and Bidirectional Search

Language: Python - Size: 380 KB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Related Keywords
bidirectional-search 34 breadth-first-search 8 astar-algorithm 8 graph-algorithms 7 depth-first-search 7 bfs 7 dijkstra-algorithm 6 javascript 5 bfs-algorithm 5 uniform-cost-search 4 dfs 4 python 4 pathfinding 4 8-puzzle 4 bfs-search 4 algorithms 3 astar-search-algorithm 3 best-first-search 3 dfs-algorithm 3 a-star-search 3 dfs-search 3 ids 3 java 3 hill-climbing-search 3 a-star 3 ai 3 greedy-best-first-search 3 iterative-deepening-search 2 8-puzzle-problem 2 pygame 2 astar 2 simulated-annealing 2 reinforcement-learning 2 search-algorithm 2 graph 2 tree-search 2 css 2 networkx 2 html 2 react 2 pathfinding-visualizer 2 pathfinding-algorithms 2 rubiks-cube 2 depth-limited-search 2 algorithm 2 python3 2 grid 2 heuristic-search 2 bellman-ford-algorithm 2 path-planning 2 dijkstra-shortest-path 2 dijkstra 2 prims-algorithm 1 kruskal-algorithm 1 iterative-deepening-dfs 1 blind-search 1 missionaries-cannibals-problem 1 student-project 1 implicit-graph 1 solver 1 c-sharp 1 wpf 1 xaml 1 xml 1 fit 1 prolog 1 rubiks-cube-solver 1 vut-fit 1 8-queens-problem 1 decision-tree-classifier 1 directed-graph 1 genetic-algorithm 1 iddfs 1 n-queen-generator 1 naive-bayes-classifier 1 propositional-logic 1 traveling-salesman 1 undirected-graph 1 ida-star-algorithm 1 informed-search 1 iterative-deepening-a-star 1 recursive-best-first-search 1 ucs 1 uninformed-search 1 go 1 parallel 1 djikstra-algorithm 1 bellma-ford 1 dynamic-programming 1 edmonds-karp-algorithm 1 flow-networks 1 google 1 graph-search 1 graph-theory 1 optimization 1 artficial-intelligence 1 astar-pathfinding 1 spanning-trees 1 strongly-connected-components 1 dantzig 1