Ukkonen's Algorithm

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 7

  • @abhijit-sarkar
    @abhijit-sarkar Рік тому +4

    I counted 3 billions okays.

  • @imatrixx572
    @imatrixx572 Рік тому +1

    Thanks god, you saved my live.

  • @mhliu5017
    @mhliu5017 7 місяців тому

    Amazing video❤

  • @saliadel5238
    @saliadel5238 2 роки тому

    Nice bro you saved my project I really need that explanation ❤

  • @yceraf
    @yceraf 6 місяців тому

    This is the best video I could find about the algorithm, but sill is wrong, following his explanation the leaf node 9, (min 46:37) it should be node 10 and therefore wrong. because " i - active_length" i = 10, active_length = 0. Then how is possible? I tried to make the implementation but in some cases crash or put wrong leaf node index

    • @accountmy4622
      @accountmy4622 4 місяці тому

      had the same question. The index and active_length didn't work from moving to new active node X and Y

    • @daviddugar3483
      @daviddugar3483 3 місяці тому

      it is possible bcs active_length for this equation is actually 2 not 0 (because we changed the 'root' to the node which if pointed to by 'na' edge)