Skip to content
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

Vf2 vs vf2pp #89

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/algorithms/assortativity/correlation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.8
jupytext_version: 1.14.2
kernelspec:
display_name: Python 3
language: python
Expand Down
2 changes: 1 addition & 1 deletion content/algorithms/dag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.8
jupytext_version: 1.14.2
kernelspec:
display_name: Python 3
language: python
Expand Down
2 changes: 1 addition & 1 deletion content/algorithms/euler/euler.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.6
jupytext_version: 1.14.2
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion content/algorithms/flow/dinitz_alg.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupytext:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.13.8
jupytext_version: 1.14.2
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
20 changes: 20 additions & 0 deletions content/algorithms/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@



+++

+++

+++

+++

+++

+++

+++

+++

+++

# Algorithms

A closer look at some of the algorithms and network analysis techniques
Expand All @@ -13,4 +32,5 @@ assortativity/correlation
dag/index
flow/dinitz_alg
euler/euler
vf2_vs_vf2pp/vf2_vs_vf2pp
```