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:
|
3. Import the necessary modules:
|
||||||
|
|
||||||
```rust
|
```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
|
```rust
|
||||||
fn main() {
|
fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user