graph-search
There are 84 repositories under graph-search topic.
neo4j-labs/llm-graph-builder
Neo4j graph construction from unstructured data using LLMs
citiususc/hipster
Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
cszhangzhen/H2MN
H2MN: Graph Similarity Learning with Hierarchical Hypergraph Matching Networks (KDD-2021)
PoOnesNerfect/bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
SSQ/Coursera-Stanford-Graph-Search-Shortest-Paths-and-Data-Structures
Notebook for quick search
Yskandar/Path-Planning-in-a-Dynamic-Environment
A cool project in which we do path planning in an environment with moving obstacles and large scale fixed obstacles. We use two different representations of the world to handle the fixed and moving obstacles.
savnani5/Motion-Planning-of-a-differential-drive-robot
The differential drive has an ESP32 board for wireless connectivity a Client-Server network is established between the server laptop and client ESP to transmit the coordinates to the robot. An overhead camera is used to visually survey the obstacle course and image processing is used to segment the obstacles and the robot from the captured images. Further, the obstacle course is used to make a "visibility graph" and finally "Dijkstra's shortest path algorithm" is used to search the shortest pah from the robot position to the goal position. Kinematic Equations of the differential drive are used to drive the robot on the path obtained. Finally, a pygame simulation of the robot movement is made to predict the behavior of the robot in real world and the robot is driven using this simulation.
guilyx/FlyingCarUdacity
🛩️⚙️ 3D Planning, PID Control, Extended Kalman Filter for the Udacity Flying Car Nanodegree // FCND-Term1
heisenberg141/hybrid-a-star-for-car-parking
This repository contains my Implementation of hybrid A star for a vehicle with Ackerman steering to perform complex parking maneuvers in tight parking spaces
AradAshrafi/graphsearchalgorithms_geneticalgorithm_hillclimbing
Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics
Floofies/Differentia.js
No longer being supported or maintained. A Graph Theory & Data Structure Library for JavaScript.
cvrac/graph-shortest-paths
Efficient shortest path queries over large static/dynamic graphs
Gualor/rubik-solver
A* graph-search algorithm for solving 2x2x2 Rubik's Cube.
Cabel496/csgraph_editor
CS Graph editor : Javscript based frontend visual graph editor
AntonisZks/Vamana-Indexing-Algorithm
A university project implementing Vamana-Indexing-Algorithm (VIA) for Approximate-Nearest-Neighbors (ANN) problem.
daltonbr/Graph
some Graph Search Methods in Unity3D and C# 📐📌
vault-42/AIND_Planning_Project
Planning Project Implementation for the Udacity Artificial Intelligence Nanodegree Program
caneroj1/search
Search algorithms in Haskell
connor-mccarthy/algorithms-specialization-stanford
Code and notes for the Stanford Algorithms Specialization course.
megamayoy/WordNet-based-semantic-similarity-measurement
this program determines the semantic similarity between words and also determines the outcast noun between a group of nouns based on the WordNet dictionary
mjaglan/AI-Foundations
Problem Solving With AI Approaches: Heuristic Searches, Statistical Classifications
anewage/GS-ProblemSolver
A Java Problem Solving Framework Based on Graph and Tree Searching - Project of AI course at AUT
CogitoNTNU/Rubiks
The Cogito Cube Solver project aims to develop an AI-driven solution for solving the Rubik's cube by combining traditional algorithms like 3BLD and Domino Reduction with advanced machine learning techniques
extwiii/Algorithms-Stanford.University
Algorithms - Learn To Think Like A Computer Scientist - Coursera
fieg/graph-search
Graph Search algorithm in PHP
Gualor/reply-code-challenge-2019
Reply Code Challenge 2019 writeup.
JigyasuPrakash/graph-search-gui
Visualise Breadth First Search Algorithm (BFS) over Romania Map or can be used for any other set of input.
jmlowenthal/survey
Pathfinding and route-planning utilities for drone-based area surveying
KostasKoyias/foo-bar
Solutions to google foo.bar challenge.
motion-planning/n-dimensional-a-star-search
n-dimensional A* Graph Search
rbalexander1/aa-228
workspace for AA 228: decision making under uncertainty
rizasif/geo-graph-search
A C# project to build and search a graph of geo coordinates (Latitude, Longitude) using A* search.
SudharsanSaravanan/Hospital_Mangement_System
Patient Priority Management System is a Python-based project that prioritizes patient care based on illness severity, age, and arrival time using a min-heap priority queue, graph traversal for room allocation, and a binary search tree for efficient patient lookup. The system ensures optimal patient flow and room allocation in healthcare facilities.
suwa-sh/local-RAG-backend
This is the backend for a RAG system that runs on Docker Compose. It registers documents in a wide range of file formats, which can be searched using the MCP server.
MostafaMousaaa/Search-CS50-Introduction-to-Artificial-Intelligence
Implementation of search algorithms from CS50's Introduction to Artificial Intelligence - includes DFS, BFS maze solvers with visual comparisons
vickshan001/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map