Skip to content

Address #240: Add hashtable for set-exclusive-or

Raymond Toy requested to merge issue-240-add-hashtable-set-exclusive-or into master

When the lists are long enough, use a hashtable to determine membership. We hash both list1 and list2 to determine membership.

Add some tests for set-exclusive-or as well to test the hashtable version as well as the list version.

Merge request reports