Longest Increasing Subsequence Dynamic Programming

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Length of Longest Increasing Subsequence Dynamic Programming.
    A subsequence is a subset of elements selected from a bigger array where the relative ordering of elements is maintained.
    **** Best Books For Data Structures & Algorithms for Interviews:
    1. Cracking the Coding Interview: amzn.to/2WeO3eO
    2. Cracking the Coding Interview Paperback: amzn.to/3aSSe3Q
    3. Coding Interview Questions - Narasimha Karumanchi: amzn.to/3cYqjkV
    4. Data Structures and Algorithms Made Easy - N. Karumanchi: amzn.to/2U8FrDt
    5. Data Structures & Algorithms made Easy in Java - N. Karumanchi: amzn.to/2U0qZgY
    6. Introduction to Algorithms - CLR - Cormen, Leiserson, Rivest: amzn.to/2Wdp8rZ
    Asked in Google Coding Interview, Amazon Programming Interview.
    Support me on PayPal: www.paypal.me/...
    Support me on Patreon: / knowledgecenter
    #Longest #Increasing #Subsequence

Komentáře • 5

  • @kwakukusi4094
    @kwakukusi4094 Před 2 lety +2

    thank you very much. your explanations are so clear

  • @subee128
    @subee128 Před 4 měsíci

    thanks

  • @lobsanggyatso6280
    @lobsanggyatso6280 Před 4 lety

    Sir can you tell me when to use loop and not in recursive call its so confusing

  • @chandrashekarpolimetla5606

    Can you please explain where actually we have used Dynamic programming. Instead of explaining the logic to solve the problem.How and where we actually used the DP method and what is the method that is used here whether it is top-down or bottom-up approach