Skip to content

marciorasf/MGraph.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGraph.js

Description

A graph lib implemented in JavaScript.

Implemented

  • addVertex
  • removeVertex
  • getVertex
  • existsVertex
  • setVertexProperties
  • findVertices
  • addEdge
  • removeEdge
  • getEdge
  • existsEdge
  • setEdgeProperties
  • getAdjacents
  • getAdjacencyList.

Future

I stopped working on this lib because I wanted to study more important subjects. But I reeaaaally want to develop a great graph lib using TypeScript. So if you want it too, contact me and let's build an amazing lib together.

About

Graph structure and methods implemented in javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published