Essays about: "Samuel Rurling"

Found 1 essay containing the words Samuel Rurling.

  1. 1. An evaluation of dynamic algorithms for incremental graph connectivity

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Samuel Rurling; [2022]
    Keywords : ;

    Abstract : Union-Find is a family of algorithms that store disjoint sets of connected data. Allowing operations such as: a function Union that unites sets through union and a function Find that finds the set representative, it becomes an obvious solution to the dynamic problem of incremental connectivity. READ MORE