Skip to content

Commit e8a9cbc

Browse files
authored
Update day004sol01.cpp
1 parent 5433325 commit e8a9cbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Problems/Data-structures/Day-04/sol/Naman Pal/day004sol01.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Submission Link: https://codeforces.com/contest/1997/submission/355835686
22

3-
43
/*
54
So first I made the RBS with minimmum cost by putting closing bracket as soon as we get a opening bracket before it, i.e., closing bracket as early as
65
possible(greedy appraoch). After getting corect bracket sequence I put the indexes of '(' in vector o and indexes of ')' in vector c in order they occur. Both

0 commit comments

Comments
 (0)