We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c1bfa commit 10e03edCopy full SHA for 10e03ed
alien-dictionary/HC-kang.ts
@@ -64,4 +64,5 @@ function alienOrder(words: string[]): string {
64
return result.length === Object.keys(inDegree).length //
65
? result.join('')
66
: '';
67
+
68
}
0 commit comments