Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.23 KB

README.md

File metadata and controls

79 lines (54 loc) · 2.23 KB

Graph-Algorithms-Online


Logo

Graph Algorithms Online

Implementation of 8 Graph Algorithms in JavaScript

View Demo . Report Bug . Request Feature

Contributors Stargazers Issues

Table Of Contents

About The Project

Graph algorithms play a crucial role in solving problems related to networks, connectivity, and relationships. This website aims to provide a collection of graph algorithms that are suitable for online scenarios.

Algorithms

The website currently includes implementations for the following graph algorithms:

  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)
  • Gluttonous Coloring Algorithm
  • Welsh-Powell Algorithm
  • Prim's Algorithm
  • Kruskal's Algorithm
  • Bellman-Ford Algorithm
  • Dijkstra's Algorithm

Usage

To use any of the graph algorithms in your project, follow these steps:

  1. Clone the repository:
git clone https://github.com/hamzaezzine/Graph-Algorithms-Online.git

Screenshots

  • Home Page : login

  • Example : login

  • Result : login

Live Demo

Check the website online : Graph Algorithms Online