# Zog v0.1.0 - Table of Contents

> NIF Powered Graph Algorithms for Elixir

## Pages

- [Zog ⚡](readme.md)
- [Changelog](changelog.md)

## Modules

- [Zog.Community.Dendrogram](Zog.Community.Dendrogram.md): Hierarchical community structure from algorithms like Louvain, Leiden.

- [Zog.Community.Result](Zog.Community.Result.md): Result of community detection algorithms.

- Core &amp; Entrypoints
  - [Zog](Zog.md): Documentation for `Zog`.

  - [Zog.Model](Zog.Model.md): Build graphs for the native Zog (Zig) backend using arbitrary labels.

- Native Resource
  - [Zog.ResourceGraph](Zog.ResourceGraph.md): Native graph resource backed by Zog (Zig) via Zigler.

- Algorithms
  - [Zog.Centrality](Zog.Centrality.md): Native centrality algorithms backed by Zog (Zig) via Zigler.

  - [Zog.Community](Zog.Community.md): Native community detection algorithms backed by Zog (Zig) via Zigler.

  - [Zog.Connectivity](Zog.Connectivity.md): Native graph connectivity algorithms backed by Zog (Zig) via Zigler.

  - [Zog.Flow](Zog.Flow.md): Native network flow and cut algorithms backed by Zog (Zig) via Zigler.

  - [Zog.Metrics](Zog.Metrics.md): Native graph metrics backed by Zog (Zig) via Zigler.

  - [Zog.Pathfinding](Zog.Pathfinding.md): Native pathfinding algorithms backed by Zog (Zig) via Zigler.

  - [Zog.Property](Zog.Property.md): Native graph properties backed by Zog (Zig) via Zigler.

