Skip to content

Commit 55561bc

Browse files
committed
Update file names
1 parent d49b16e commit 55561bc

File tree

1,624 files changed

+8737
-1708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,624 files changed

+8737
-1708
lines changed

.github/workflows/updateCompletionTable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for (const problemCategory in PROBLEMS_OBJ) {
8686
let filePath = nestedFilesInDir[dir].find((file) =>
8787
file
8888
.match(/[\w-]+\..+/)?.[0]
89-
?.startsWith(problemNumber.toString())
89+
?.startsWith(problemNumber)
9090
);
9191
if (filePath) {
9292
problemRow.push(

0 commit comments

Comments
 (0)