Skip to main content

get the bfs traversal order of a given graph

Project description

🚀Bfs traversal order

📄Description

This project get the Bfs traversal order of a given graph using preorder traversal.

⚙️Installation

clone the repository (git must be installed)

git clone https://gitlab.com/ChristopheLagaillarde/algo_fun_bfs_traversal_order.git 

or you can install it using pip

pip install algo-fun-bfs-traversal-order

or take the gz file on gitlab and use this command

tar -xzf algo_fun_bfs_traversal_order-0.1.0.tar.gz

✅Verification

You can have my public key on here: https://keyserver.ubuntu.com/pks/lookup?search=309F4D460B9BF1BD8DD31EAB39A61CA659ADD6E3&fingerprint=on&op=index

Take it and to verify that the integrity and authenticity of my project. You should be able to use this command to do so.

gpg --verify algo_fun_bfs_traversal_order-0.1.0.tar.gz.asc algo_fun_bfs_traversal_order-0.1.0.tar.gz

🕹️Usage

You have to import it using this command

from algo_fun.get_bfs_traversal_order import get_bfs_traversal_order

You can use the function as follow

graph = {
	'A': ['B', 'C'],
	'B': ['D'],
	'C': ['E'],
	'D': [''],
	'E': ['']
}

get_bfs_traversal_order(graph)
'''

Or in the command line:

'''
python get_bfs_traversal_order A:B,C B:D,E C:F,G

Using : to seperate the key and the list, and each argument representing a key and it's value

📝LICENSE

Copyright (c) 2024 Christophe Lagaillarde

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

algo_fun_bfs_traversal_order-0.1.0.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file algo_fun_bfs_traversal_order-0.1.0.tar.gz.

File metadata

File hashes

Hashes for algo_fun_bfs_traversal_order-0.1.0.tar.gz
Algorithm Hash digest
SHA256 08a7013f25220df7668e9e4748b554be4f184b8554acaac423d69bd4d0faf68e
MD5 3a63de5a59192930706e0a7f64a23e58
BLAKE2b-256 9df4933272b0e50531520759369e246504440446c3db8ec7f9723490ab99af58

See more details on using hashes here.

Supported by

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