Skip to main content

Easy way to create MAP (Undirected Graph)and find shortest path from one Node to another.

Project description

Affnine deltaleaf

Easy way to create MAP (Undirected Graph)and find shortest path from one Node to another.

Installation

Use the package manager pip to install foobar.

pip install affnine-deltaleaf

Quick start

import affnine_deltaleaf

newMap=afn_spf.deltaLeaf()         #create a object of affnine deltaleaf

newMap.editNameOfTheMap("Miramar") #assign a name to the map

newMap.updateDistance("A","B",1.1) # Distance from one node to another
newMap.updateDistance("A","D",2)
newMap.updateDistance("A","E",4)
newMap.updateDistance("B","E",2)
newMap.updateDistance("C","E",1)
newMap.updateDistance("C","D",5)
newMap.updateDistance("D","F",3)
newMap.updateDistance("E","F",3.4)
newMap.updateDistance("F","A",3)
newMap.updateDistance("G","B",3)
newMap.updateDistance("H","A",3)
newMap.updateDistance("I","C",3)
newMap.updateDistance("J","B",3)
newMap.updateDistance("K","E",3)

print(newMap.finder('A','E')) .   # Find shortest distance and 
                                  # path between two nodes

Output:


t.o

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

affnine_deltaleaf-0.2.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file affnine_deltaleaf-0.2.tar.gz.

File metadata

  • Download URL: affnine_deltaleaf-0.2.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for affnine_deltaleaf-0.2.tar.gz
Algorithm Hash digest
SHA256 32aab7e50bac254a02bda2507eb00c457c899c12a843a3a6176573f2f1834707
MD5 7ee1d4d953dda467a4e9f15d398f59e0
BLAKE2b-256 795a9743b0732d8091d739194d32c79ccaa239456dc381b12f247702ef930e6f

See more details on using hashes here.

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