Skip to content

HeitorLouzeiroRepositoryIFPI/trabalho-final-grafo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Graph representation in java



Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Getting Started
  4. Roadmap
  5. Contributing
  6. Collaborators
  7. License
  8. Contact
  9. Acknowledgments

About The Project

Final work on data structure where I created a structure to represent graphs using adjacency lists and implement a user interface that allows interaction with the system.

(back to top)

Built With

  • Java

(back to top)

Usage

Assistir video demonstrativo

(back to top)

Prerequisites

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/HeitorLouzeiro/trabalho-final-grafo.git
  2. Access the project folder in terminal/cmd

    cd trabalho-final-grafo
  3. Run the application.

     java -jar trabalho-final-grafo.jar

(back to top)

Roadmap

  • Insert Vertex.
  • Insert Edge.
  • Remove Vertex.
  • Remove Edge.
  • View Graph.
  • Report Degree of a Vertex.
  • Check if the Graph is Connected.
  • Convert to Adjacency Matrix.
  • Breadth-First Breadth-First Search (BFS).
  • Depth-first Search (DFS).
  • Shortest Path (Dijkstra).
  • Minimum Spanning Tree (Prim).

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/Improvements)
  3. Commit your Changes (git commit -m 'Add my new Enhancements')
  4. Push to the Branch (git push origin feature/Improvements)
  5. Open a Pull Request

(back to top)

Collaborators

We thank the following people who contributed to this project:

Foto do Heitor Louzeiro no GitHub
Heitor Louzeiro

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/HeitorLouzeiro/trabalho-final-grafo

(back to top)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages