Closed vaskoz closed 4 years ago
Good morning! Here's your coding interview problem for today.
This problem was asked by Facebook.
Describe an algorithm to compute the longest increasing subsequence of an array of numbers in O(n log n) time.
O(n log n)
Identical to Day 364: https://github.com/vaskoz/dailycodingproblem-go/issues/718
Good morning! Here's your coding interview problem for today.
This problem was asked by Facebook.
Describe an algorithm to compute the longest increasing subsequence of an array of numbers in
O(n log n)
time.