Implementation of Algorithms and Data Structures, Problems and Solutions
-
Updated
Oct 27, 2023 - Java
Implementation of Algorithms and Data Structures, Problems and Solutions
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.
Modular and modern graph-theory algorithms framework in Java
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing
Given a fleet of drones, a list of customer orders, and availability of the individual products in warehouses, schedule the drone operations so that the orders are completed as soon as possible.
Spring Boot Neo4j Shortest Path
A graph algorithms visualizer written in Java visualizing the solution of the Strong Connectivity, Cycle Detection and Shortest Path problems
Cobweb is a multi-modal journey planner offering a server based REST API and a light frontend.
Currency Arbitrage solution with graphs
Android App for simulating Dijkstra and A* algorithms through intuitive animations
This repository contains all the solutions of assignments, starter files and other materials related to this specialization.
A graphical tool to simulate robot path planning with obstacles using two different algorithms : Dijkstra and A*
This project aims to take the shortest route to all selected cities and return to the starting city. It uses the dijikstra algorithm while calculating the shortest path.
PathWeaver is an API for creating path-networks like road- or traffic-networks. It offers method like computing shortest paths.
Data structure course project about implementing graphs and applying graph-based algorithms on it
Solving the problem « Who killed the Duke of Densmore? » with graphs and Java.
A Software Defined Networking layer-3 routing application that constructs route tables based on a global view of the network topology.
Parsing OpenStreetMap files and turning data into a graph, to export for external usage
Add a description, image, and links to the shortest-paths topic page so that developers can more easily learn about it.
To associate your repository with the shortest-paths topic, visit your repo's landing page and select "manage topics."