MateusZitelli / js-tree-algorithms

GNU General Public License v3.0
1 stars 0 forks source link

Refactor Tries src and tests #16

Closed cirocosta closed 7 years ago

cirocosta commented 9 years ago

In major, as stated (commit messages), there were some things not being well used (String.slice(N, N+1) is not necessary, e.g - random access is better) and beforeEach could be used for instantiating trie instances (tests).

cirocosta commented 9 years ago

IMO it is ready to merge. @MateusZitelli , I remember that you've said something about this PR but i really don't remember. Do you?