Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/set-compare
A comparison of ways to check if sets are equal
https://github.com/mikolalysenko/set-compare
Last synced: about 2 months ago
JSON representation
A comparison of ways to check if sets are equal
- Host: GitHub
- URL: https://github.com/mikolalysenko/set-compare
- Owner: mikolalysenko
- License: mit
- Created: 2013-01-24T00:35:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T00:13:37.000Z (over 11 years ago)
- Last Synced: 2024-10-20T14:27:43.406Z (2 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://0fps.wordpress.com/2013/01/24/comparing-sequences-without-sorting/)
To run this, first install [node.js](http://nodejs.org/) 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