When building the reverse deps HashMap we insert duplicates into the mapping as we use a Vector to store it in. A HashSet prevents duplicates from being added.
Closes: #2 (closed)
When building the reverse deps HashMap we insert duplicates into the mapping as we use a Vector to store it in. A HashSet prevents duplicates from being added.
Closes: #2 (closed)