Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e76277

Browse files
authored
Update README.md
1 parent 0b6c875 commit 4e76277

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This repo covers basic graph algorithms for directed and undirected graphs with/without weights on edges.
5+
This repo covers basic graph algorithms for directed and undirected graphs with/without weights on edges. Graph description is read from a file with ascii format.
66

77
Base graph data structure is targeted for **sparse graphs** efficiency. For example, it maintains adjancy list and pointrs.
88

@@ -14,7 +14,7 @@ Base graph data structure is targeted for **sparse graphs** efficiency. For exam
1414
* Kruskal's Mimimal Spanning Tree
1515
* Dijkstra's Single Source Shortest Path
1616

17-
## Graph Format
17+
## Graph File Format
1818

1919
```
2020
graph (un)directed`
@@ -38,16 +38,18 @@ n5 n4 3
3838
n5 n6 2
3939
```
4040

41-
## How to Compile
41+
## Application
42+
43+
### How to Compile
4244
```
4345
cd src
4446
<c++-compiler> bgaMain.cpp -o bgaMain.exe
4547
```
4648

47-
## How to Run
49+
### How to Run
4850
``` bgaMain.exe <graph-file>```
4951

50-
## Example run
52+
### Example run
5153

5254

5355
$ src/bgaMain.exe test/dgraph5.txt

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /