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 ecda5df

Browse files
authored
Updating graph structure
1 parent 528fcef commit ecda5df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Legend:
2121
![Graph Structure](docs/graph.jpg)
2222

2323
```cpp
24+
namespace basicGraph {
25+
...
2426
class bNode {
2527
private:
2628
string name_; // node name
@@ -41,6 +43,7 @@ Legend:
4143
set<const bEdge*, edgeCompare> edgeset_;
4244
...
4345
};
46+
}
4447

4548
```
4649

0 commit comments

Comments
(0)

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