Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 264 Bytes

README.org

File metadata and controls

3 lines (2 loc) · 264 Bytes

This is a VHDL implementation of the weighted quick union and a simplified path compression. Each find(x)-operation results in path compression of the x only, unlike the full path compression algorithm that changes all parent node nodes on the search path.