AyaAshrafSABER / Graph-Shortest-Path-RMI

the task is to answer shortest path queries on a changing graph, as quickly as possible. We will provide an initial graph which you may process and index in any way you find necessary. Once this is done, we will begin issuing a workload consisting of a series of sequential operation batches. Each operation is either a graph modification (insertion or removal) or a query about the shortest path between two nodes in the graph. Your program is expected to correctly answer all queries as if all operations had been executed in the order they were given. The graphs are directed and unweighted. Input to your program will be provided via standard input and files, and the output must appear on the standard output and files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

the task is to answer shortest path queries on a changing graph, as quickly as possible. We will provide an initial graph which you may process and index in any way you find necessary. Once this is done, we will begin issuing a workload consisting of a series of sequential operation batches. Each operation is either a graph modification (insertion or removal) or a query about the shortest path between two nodes in the graph. Your program is expected to correctly answer all queries as if all operations had been executed in the order they were given. The graphs are directed and unweighted. Input to your program will be provided via standard input and files, and the output must appear on the standard output and files.


Languages

Language:Java 99.6%Language:Shell 0.4%