Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 75 #159

Closed
vaskoz opened this issue Nov 4, 2018 · 1 comment
Closed

Day 75 #159

vaskoz opened this issue Nov 4, 2018 · 1 comment
Assignees

Comments

@vaskoz
Copy link
Owner

vaskoz commented Nov 4, 2018

Good morning! Here's your coding interview problem for today.

This problem was asked by Microsoft.

Given an array of numbers, find the length of the longest increasing subsequence in the array. The subsequence does not necessarily have to be contiguous.

For example, given the array [0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15], the longest increasing subsequence has length 6: it is 0, 2, 6, 9, 11, 15.

@vaskoz vaskoz self-assigned this Nov 4, 2018
@vaskoz
Copy link
Owner Author

vaskoz commented Nov 5, 2018

@vaskoz vaskoz mentioned this issue Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant