-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Engines doc #169
Engines doc #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny changes in documents that I guess may be useful.
README.md
Outdated
</tr> | ||
<tr> | ||
<td align="center">Undirected / Directed</td> | ||
<td align="center">Specifies whether the graph is undirected or directed</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signed or unsigned
reads better I guess.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in f5726fc
README.md
Outdated
</tr> | ||
<tr> | ||
<td align="center">No Self Loop / Self Loop</td> | ||
<td align="center">Specifies whether self-loops are not allowed or allowed</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about wether self-loop is allowed.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 70562bd
README.md
Outdated
</tr> | ||
<tr> | ||
<td align="center">Undirected / Directed</td> | ||
<td align="center">Specifies whether the graph is undirected or directed</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signed or unsigned
reads better I guess.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in f5726fc
Reference Issues/PRs
#145
What does this implement/fix? Explain your changes.
Engines
section added toREADME.md
README.md
updatedAny other comments?