You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java implementation of Dijkstra's Algorithm for pathfinding. It was developed during my school computer science lessons and got implemented in Greenfoot. It simulates a rover navigating a grid using node and edge classes.
About SmartXNavigator is an advanced route planning tool that leverages geographic and traffic data to provide optimized travel routes. Utilizing Pathfinding algorithms, it calculates the shortest or quietest paths based on user preferences.
A Java-based public transport routing engine for Maastricht, integrating GTFS data, shortest-path algorithms, and urban accessibility metrics via a Java Swing GUI.
Hot Hẻm: Routing tool not for the fastest nor the coolest path, but the hottest path. A downscaled case study in Sài Gòn, Việt Nam (Hồ Chí Minh City / HCMC) districts 1, 2, and 8.
Visualizer for some search algorithms — currently A* and Dijkstra's algorithms — using JavaScript, jQuery, HTML, CSS, and some third party JS libraries.
A WebApp was created to solve for a case study on finding the shortest paths to deliver products and linearly assigning problem in a warehouse. The app is based on the Branch and Bound algorithm for the TSP and the Hungarian algorithm for the VAS assignment.
Project for the second-semester course "Data Structures and Algorithms I" (ST0245) taught at EAFIT University (Medellín, Colombia) by prof Mauricio Toro