{"id":24055967,"url":"https://github.com/cvrac/graph-shortest-paths","last_synced_at":"2025-04-22T22:51:44.252Z","repository":{"id":89450098,"uuid":"67032602","full_name":"cvrac/graph-shortest-paths","owner":"cvrac","description":"Efficient shortest path queries over large static/dynamic graphs","archived":false,"fork":false,"pushed_at":"2019-02-15T09:50:29.000Z","size":23421,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T19:41:54.737Z","etag":null,"topics":["graph","graph-search","graph-shortest-path","sigmod-programming-contest"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvrac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-31T11:47:15.000Z","updated_at":"2025-01-15T12:21:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"589f37cf-95f5-4af1-81f5-24afa9d5cf43","html_url":"https://github.com/cvrac/graph-shortest-paths","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvrac%2Fgraph-shortest-paths","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvrac%2Fgraph-shortest-paths/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvrac%2Fgraph-shortest-paths/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvrac%2Fgraph-shortest-paths/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvrac","download_url":"https://codeload.github.com/cvrac/graph-shortest-paths/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337933,"owners_count":21414102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graph","graph-search","graph-shortest-path","sigmod-programming-contest"],"created_at":"2025-01-09T04:33:05.647Z","updated_at":"2025-04-22T22:51:44.247Z","avatar_url":"https://github.com/cvrac.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIGMOD PROGRAMMING CONTEST 2016 - Software Development Project 2016-2017\n\n# Team:\n* Ioannis Papatsoris\n* Christos Vrachas\n\nIn graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized. This is a fundamental and well-studied combinatorial optimization problem with many practical uses: from GPS navigation to routing schemes in computer networks; search engines apply solutions to this problem on website interconnectivity graphs and social networks apply them on graphs of peoples' relationships.\n\nIn this contest, 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 deem 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.\n\nThe graphs (static/dynamic) are directed and unweighted. Input to your program will be provided via standard input, and the output must appear on the standard output.\n\nhttp://dsg.uwaterloo.ca/sigmod16contest/task.html\n\n# Installation #\n\n* `mkdir build ; cd build`\n* `cmake ..`\n* `make`\n\n# Run #\n\n* `build/gsp \u003cNUM_THREADS\u003e`\n* `build/gsp \u003cNUM_THREADS\u003e \u003c inputGraph.txt \u003c inputWorkload.txt`\n\ndatasets directory contains several possible input datasets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvrac%2Fgraph-shortest-paths","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvrac%2Fgraph-shortest-paths","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvrac%2Fgraph-shortest-paths/lists"}