Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/
Class
Data-Structures/Graph/Graph2.js:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// create a graph class
2
class
Graph {
3
// defining vertex array and
4
// adjacent list
5
constructor(noOfVertices) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected