![]() |
Criado por Pravin Sonawane
aproximadamente 7 anos atrás
|
|
Questão | Responda |
Boundary condition | if(start >= end) return null; left = create(values, start, middle); right = create(values, middle+1, end); |
Key algorithm step | Middle is root. Recursive on left half and right half. |
Pre conditions | Array should be sorted |
There are no comments, be the first and leave one below:
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.