maulik12's blog

By maulik12, 9 years ago, In English

I was trying to find some good questions involving Stack and which are not DFS type questions. The list of questions are as follows: http://www.spoj.com/problems/JNEXT/
STPAR
ONP
Compiler
Molecular Mass

It would be really helpful if you could also add some problems on Stack.

Thank you for your response, Maulik

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
8 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it
»
8 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Basic stack related problems I found relate around bracket sequences. Here are 2 problems I encountered on codeforces. They're fairly easy to solve (especially the first one)

343B - Alternating Current

5C - Longest Regular Bracket Sequence

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it
»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it