Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

LIS2 — SPOJ

Правка en1, от noob__coder, 2018-01-24 17:23:39

I was trying to solve this dp problem on spoj LIS2(http://www.spoj.com/problems/LIS2/). I am basically using finding longest increasing subsequence using binary search. This is discussed here(geeksforgeeks)(https://www.geeksforgeeks.org/longest-monotonically-increasing-subsequence-size-n-log-n/). In lower bound method in my code I am deciding based which point is lowest based on the distance of the point with origin. But it is giving me wrong answer ================================. Can someone help me. Thanks in advance.

Теги lis, dp

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский noob__coder 2018-01-24 17:23:39 550 Initial revision (published)