We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7468376 commit b2bfc7dCopy full SHA for b2bfc7d
README.md
@@ -67,7 +67,7 @@ Here's an example of topological sort with getting dressed (from Cormen et al. "
67
</p>
68
69
```javascript
70
-var graph = new Graph();
+const graph = new Graph();
71
graph.addEdge('socks', 'shoes')
72
.addEdge('shirt', 'belt')
73
.addEdge('shirt', 'tie')
0 commit comments