Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

aoyangl2/CS225-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS225-Project

There are three parts in our project. Firstly, we will use algorithms like Dijkstra's algorithm to find the shortest path between every two vertices. Then, we will use Betweenness Centrality to measure the centrality based on the shortest paths we get in the first step and get a sorted list which contains all the vertices arranged from the most important to the least important. At last, we will visualize the graph based on the sorted list we find in the second step.

The most important thing to our project is that we are trying to create a "template" which can be used by any kind of graph database no matter the graph database is unweighted, weighted, undirected or directed. For example, if we imput the flight database or the railway database, we could get the most important airports or train stations. We could also get pictures base on those databases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.8%
  • Makefile 43.7%
  • CMake 5.4%
  • C 3.0%
  • TypeScript 0.1%