Lowest Common Ancestor (LCA) Problem | Source Code

Поділитися
Вставка
  • Опубліковано 15 лип 2024
  • Source code explanation video of the Lowest Common Ancestor (LCA) problem
    Lowest Common Ancestor explanation video:
    • Lowest Common Ancestor...
    Sparse Table Video:
    • Sparse Table Data Stru...
    Source code repository:
    github.com/williamfiset/algor...
    Video slides:
    github.com/williamfiset/algor...
    ===================================
    Practicing for interviews? I have used, and recommend `Cracking the Coding Interview` which got me a job at Google. Link on Amazon: amzn.to/3cvMof5
    A lot of the content on this channel is inspired by the book `Competitive Programming` by Steven Halim which I frequently use as a resource and reference. Link on Amazon: amzn.to/3wC2nix

КОМЕНТАРІ • 7

  • @omarhassan3021
    @omarhassan3021 3 роки тому +1

    Really appreciate the effort put in all of you videos. Thank you!

  • @virajkamat2764
    @virajkamat2764 3 роки тому +1

    William, if you have the time please add some videos on Dynamic Programming. Your explanations are really good.

  • @madhukiranattivilli2321
    @madhukiranattivilli2321 2 роки тому +1

    Thankyou!

  • @sikandarbakht2076
    @sikandarbakht2076 4 роки тому +4

    Please add videos on dynamic programming. Nice video , keep it up and thanks

  • @JL-pg4pj
    @JL-pg4pj 2 роки тому

    using sparse table we find the min value of depth within the required range, but how to find the node of that depth value?

  • @adityamishra4458
    @adityamishra4458 4 роки тому +1

    please make video on maths for competitive programming

  • @adityamishra4458
    @adityamishra4458 4 роки тому

    please share some competitive programming resources and please give some advice on how to excel