Updated ReadMe
This commit is contained in:
parent
4cd71aeaeb
commit
7655db46c8
@ -11,10 +11,10 @@ To use this PageRank implementation, follow these steps:
|
||||
3. Import the necessary modules:
|
||||
|
||||
```rust
|
||||
use std::{collections::HashMap, hash::Hash};
|
||||
use page_rank::Graph;
|
||||
```
|
||||
|
||||
4. Define the main function and initialize the graph:
|
||||
1. Define the main function and initialize the graph:
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user