Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

File metadata and controls

9 lines (7 loc) · 292 Bytes

cpp_graph_algorithms

A practice of c++ based on some basic classical graph algorithms

  • Include some basic graph structures and their implementation
  • Include some algorithms:
    • Dominant Set
    • K-core decomposition
    • basic such as pagerank / SSSP(dijkstra) / Triangle counting