sato-shi / RadixTree.js

JavaScript implementation of a radix tree a.k.a. Patricia trie a.k.a. critbit tree, originally by Javid Jamae.

Home Page:http://www.jasondavies.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Structure 
===================

lib              - Implmentation of the Radix tree in javascript
test             - test for the code. To run test use testRunner.html
example.html     - An example of using the radix tree

About

JavaScript implementation of a radix tree a.k.a. Patricia trie a.k.a. critbit tree, originally by Javid Jamae.

http://www.jasondavies.com/

License:MIT License