Skip to content

Commit

Permalink
Merge pull request neetcode-gh#1607 from neetcode-gh/nc-refactor
Browse files Browse the repository at this point in the history
Update file names
  • Loading branch information
neetcode-gh committed Dec 28, 2022
2 parents 230f2c9 + 71a23e0 commit 65bd087
Show file tree
Hide file tree
Showing 1,624 changed files with 8,737 additions and 1,708 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updateCompletionTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ for (const problemCategory in PROBLEMS_OBJ) {
let filePath = nestedFilesInDir[dir].find((file) =>
file
.match(/[\w-]+\..+/)?.[0]
?.startsWith(problemNumber.toString())
?.startsWith(problemNumber)
);
if (filePath) {
problemRow.push(
Expand Down
Loading

0 comments on commit 65bd087

Please sign in to comment.