Giter Club home page Giter Club logo

adjacency_matrix_with_directed_graph's Introduction

Adjacency Matrix With Directed Graph

A program that creates a randomly generated adjacency matrix along with a matching directed graph of the matrix.

Table of Contents

About

This program was created in order to build up my programming skills in Python and in GUI bulding with TKinter. This project also helped with improving my ability to understand how to read an adjacency matrix.

Getting Started

What you will need to run this program:

  • Python- To run this program, you must have some way to run a .py file. Also, this program was written using python 3.8.3, and has not been tested using any other version.

How to Use

After installing and adding everything necessary, all you need to do is run the program, choose whether or not you want random node locations, and then press the new graph button to create both the adjacency matrix and directed graph. If a blue part of a line touches a node, it means that you can move along that line to the other node. If a red part of a line touches a node, it means that you cannot move along that line to the other node. An entirely blue line means both nodes touching the line can move on it.

NOTE: Due to how random locations on nodes can sometimes lead to a difficulty in understanding the graph, if this happens, simply ask for the program to give you a new graph or use the random locations toggle to switch off random locations to make readability easier.

Author

@AlexHettle - Sole author of project

adjacency_matrix_with_directed_graph's People

Contributors

alexhettle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.