Logo white

Hu Chunming / sip_server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • sip_server
  • 3rdparty
  • boost_1_81_0
  • libs
  • graph
  • example
  • bfs.expected
  • 提交三方库
    977ed18d
    Hu Chunming authored
    2024-04-28 17:55:18 +0800  
    Browse Code »
bfs.expected 195 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
0 --> 2
1 --> 1 3 4
2 --> 1 3 4
3 --> 1 4
4 --> 0 1
0 --> 2
1 --> 1 3 4
2 --> 1 3 4
3 --> 1 4
4 --> 0 1
distances: 0 2 1 2 2
parent[0] = 0
parent[1] = 2
parent[2] = 0
parent[3] = 2
parent[4] = 2