This is a graph library which allows user to make a graph, plot the graph and also make a adjacency list and matrix of the graph.
Project description
This is a graph library which allows user to make a graph, plot the graph and also make a adjacency list and matrix of the graph.
A graph is a non-linear data structure consisting of vertices (V) and edges (E). The most commonly used representations of a graph are adjacency matrix (a 2D array of size V x V where V is the number of vertices in a graph) and adjacency list (an array of lists represents the list of vertices adjacent to each vertex).
An adjacency list is a collection of unordered lists used to represent a finite graph.
An adjacency matrix is a way of representing a graph as a matrix of booleans (0's and 1's). A finite graph can be represented in the form of a square matrix on a computer, where the boolean value of the matrix indicates if there is a direct path between two vertices.
This library is made for the college project and is not made for any industrial project. If this library is related to any of the hosted library it is completely coincidental.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsagraph-0.0.5.tar.gz.
File metadata
- Download URL: dsagraph-0.0.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f5a9177a1d319798677b0efdc9ce781715ca6c1f63bbe14b445e8ea141989cd
|
|
| MD5 |
f3933d9ac36f22ab6ac9089098ca05ea
|
|
| BLAKE2b-256 |
1f21f4aec2eb87e319607fd7bc211fa3b2915bb9cd9426103018dfdfd32de09d
|
File details
Details for the file dsagraph-0.0.5-py3-none-any.whl.
File metadata
- Download URL: dsagraph-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a0d6203473d96efd6f126f34aaeb35d96e55f6b32ca60e1be211bf4ef187330
|
|
| MD5 |
820b0acc7e034ca6fcb23d766930a0b9
|
|
| BLAKE2b-256 |
8e2999788579d9b69d307697a3ec8d506f11bfbfef3c6d7ad107922e199cbadc
|