Git Product home page Git Product logo

graph_search_to_gdf's Introduction

This project provides the ability to load a Graph from a text file, conduct Graph Searches, assign colors to edges, and generate a GDF file that represents the search results.

  • Graph Loading: It reads a graph from a text file in the TXT format. +

  • Graph Search: It conducts two types of graph searches: Depth-First Search (DFS): Traverses the graph using the depth-first search algorithm. Breadth-First Search (BFS): Traverses the graph using the breadth-first search algorithm. +

  • Graph Coloring: During the search process, the edges of the graph are assigned different colors based on path choice. Specifically, the colors used can include blue, green, and red. +

  • GDF File Conversion: After performing the search, the project converts the search results into a GDF (Graph Description Format) file. This file represents the graph along with the assigned colors for the edges. +

Run it yourself: The graph examples are located in the "in" folder. When running the command python main.py, the GDF files are generated inside the "out" folder.

You can visualize the generated graph by importing it into the Gephi program for graphical representation.

  • image

graph_search_to_gdf's People

Contributors

arturlbg 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.