Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 478 Bytes

File metadata and controls

16 lines (13 loc) · 478 Bytes

GraphA

This repository is in reference to GraphGUI. This contains just the algorithm source code but cleaner

Description

  • Schema folder contains JSON Schemas for autogeneration of the Node and Edge classes.
  • Graph class is used for creating Nodes and Edges. You can get all Edges and Nodes from Graph class.
  • Any modification should be done through the Graph class.

Algorithms

  • Bfs
  • Dfs
  • Dijkstra
  • Genetic algorithm

Coming Soon

  • Simulated Annealing