Arpa's blog

By Arpa, history, 6 years ago, In English

Hi.

Here is the link to the editorial. Feel free to discuss problems here and ask me questions.

  • Vote: I like it
  • +1
  • Vote: I do not like it

| Write comment?
»
6 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Change it to read-only access

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

in ArraySorting we have to find longest non-decreasing Sequence instead LIS and change other elements.right?

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Can anybody please explain the solution to the problem "Array Sorting". As i am not good with dp, i am not able to understand the editorialist's approach.