Skip to main content

Pure Python Graph Algorithms module

Project description

Pure Python, no dependencies Graph Algorithms module

Installing

pip install tundra

Overview

Structures

  • Graph class

  • Digraph class

Algorithms

Spanning tree

  • Kruskal’s Algorithm

  • Prim’s Algorithm

Path

  • Dijskra’s Algoritm

  • Floyd-Warshall Algoritm

  • Nearest-neighbors hamiltonian cycle

Miscellaneous

  • Fringe

  • Greedy coloring

  • Proprety tests (is_tree, is_complete, …)

Utilities

  • DOT language conversion

  • Export Graph to PNG

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tundra-0.2.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

tundra-0.2.1-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page