views:

65

answers:

1

Hi all

I want to know if Donald Knuth has covered the disjoint set in his great book ? If so, which chapter is it?

Best Regards,

A: 

He mentions disjoint set forests, more specifically the associated union-find algorithm, in Vol 1: Fundamental Algorithms, page 354.

huitseeker