EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 362 forks source link

Optimzed the union arrays algorithm #101

Closed squarezw closed 8 years ago

squarezw commented 8 years ago

Optimzed the union arrays algorithm to reduce calculate time as O(n*m)

EvgenyKarkan commented 8 years ago

Hi @squarezw - thanks for PR. I will merge it & try to fix Travis CI issue.