Graph LIS
CodeChefOpen on judge ↗
You are given a directed graph with N nodes and M edges. The nodes are numbered from 1 to N. Each node has a value Ai associated with it. It is guaranteed that array A has all distinct elements. You need to find a walk on this graph such that if you write down the values written on each node of the walk in the order they are visited, the length of the Longest Increasing Subsequence of that sequen
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start