Grokking Dynamic Programming Patterns for Coding Interviews
Ask Author
Back to course home

0% completed

Vote For New Content
Does this only work for sorted arrays?

Alex Hansen

Jul 18, 2022

Does this only work for sorted arrays?

0

0

Comments
Comments
Design Gurus
Design Gurus3 years ago

It should work for unsorted arrays too.

On this page

Problem Statement

Try it yourself