Skip to content

cjjjjjk/grphCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grph₵enter - Build Graphs and Graph Algorithms

Description

This project is a web application that provides a visual simulation of graph algorithms and allows users to construct graphs based on provided data. It visualizes graph algorithms in an interactive and graphical manner.

Key Features

  • Support for finding the "MST - Minimum Spanning Tree" on weighted graphs.
  • Shortest path problem with BFS (unweighted graph), dijikastra (weighted graph)
  • Check the existence of a Hamiltonian Cycle in a graph.
  • Perform graph traversal using DFS and BFS.
  • ...

Technologies Used

  • React.js: For building the user interface.
  • Tailwind/CSS: For styling and layout design.
  • TypeScript: The main programming language.

Installation Guide

  1. Clone this repository:
     git clone 
  2. Install the required dependencies
    npm install
  3. Run the application at http://localhost:3000/:
    npm start

Application Screenshots

• Home

Screenshot 2024-12-29 141253

• Carculator

Screenshot 2024-12-29 145923

Screenshot 2024-12-29 142727

About

graph center 👾

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages