fixed typo (#1363)

Co-authored-by: unknown <nickjr@gmail.com>
This commit is contained in:
Nikhil k
2023-09-19 16:40:32 +05:30
committed by GitHub
parent 00e40e6f06
commit 9757e2bee3
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class Graph {
// iterate over the vertices
for (const i of getKeys) {
// great the corresponding adjacency list
// get the corresponding adjacency list
// for the vertex
const getValues = this.AdjList.get(i)
let conc = ''