scozv / algo-js

[obsoleted] has been moved to project Tango:
https://github.com/scozv/tango
GNU General Public License v3.0
2 stars 1 forks source link

Factory Pattern should be introduced for all constructors #21

Open scozv opened 10 years ago

scozv commented 10 years ago
var uf = UnionFind(fn);
var lst = LinkedList(root);
// and so on ...