Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Dec 16, 2024
1 parent 7208c1c commit dab2ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ print(hg.nbr_v(1)) # Output: {3, 4}
print(hg.nbr_e_of_v(1)) # Output: {(1, 3, 4)}
```

#### **6. Persistence (Save and Load)
#### **6. Persistence (Save and Load)**

```python
# Save the hypergraph to a file
Expand Down

0 comments on commit dab2ea1

Please sign in to comment.