set-compare

A comparison of ways to check if sets are equal

MIT License

Stars
6

set-compare

A comparison of different ways to see if two sets are equal. For more information, please see the following blog post:

Comparing Sequences without Sorting

To run this, first install node.js and the in the root directory type:

npm install

And then to do the test you can either do:

node experiment.js

Or:

npm test

Credits:

(c) 2013 Mikola Lysenko. MIT License