hamzaezzine / Graph-Algorithms-Online

Implementation of 8 Graph Algorithms using JavaScript

Home Page:https://hamzaezzine.github.io/Graph-Algorithms-Online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of 8 Graph Algorithms using JavaScript

https://hamzaezzine.github.io/Graph-Algorithms-Online/


Languages

Language:JavaScript 64.6%Language:CSS 21.4%Language:HTML 14.0%