evonove / ds.js

Javascript Hash map implementation for keys -> values mapping. Works even for Javascript objects
Other
5 stars 0 forks source link

tests for all data types are required for set data structure #7

Open palazzem opened 10 years ago

palazzem commented 10 years ago

At the moment only number type is covered. However, because the hashing implementation is the same of hashmap and it covers all types, it should work.