Skip to content

Commit e94bd5c

Browse files
committed
adding algo
1 parent 678f60b commit e94bd5c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/my_project/interviews_typescript/top_150_questions_round_1/ex_50_valid_parentheses.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ function isValid(s: string): boolean {
2020
}
2121

2222
return checkList.length === 0
23-
24-
2523

2624
};

0 commit comments

Comments
 (0)