Skip to content

Commit

Permalink
update : README.md updated with Erdos Reyni engine. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri authored Oct 2, 2024
1 parent de95cec commit 56099e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,26 @@ Note that it may run on lower end equipment though good performance is not guara
</tr>
</table>

### Erdős–Rényi

<table>
<tr>
<th>Parameter</th>
<th>Description</th>
</tr>
<tr>
<td align="center">Vertices Number</td>
<td align="center">The total number of vertices in the graph</td>
</tr>
<tr>
<td align="center">Edge Number</td>
<td align="center">The total number of edges in the graph</td>
</tr>
<tr>
<td align="center">Directed / Undirected</td>
<td align="center">Specifies whether the graph is directed or undirected</td>
</tr>
</table>

## Supported Formats

Expand Down

0 comments on commit 56099e0

Please sign in to comment.