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
