another day, another correction/improvement/refactor commit

This commit is contained in:
2024-08-09 01:01:17 +05:30
parent b7d6f06ff2
commit 41fff1d406
11 changed files with 238 additions and 264 deletions

View File

@@ -32,7 +32,7 @@ class myGraph {
}
/**
* @param {type} node
* @param {string} node
* @returns {string[]}
*/
getDirectHeads(node) {
@@ -40,7 +40,7 @@ class myGraph {
}
/**
* @param {type} node
* @param {string} node
* @returns {string[]}
*/
getDirectTails(node) {