Add a next_key method to heap |
|
More...
|
almost 13 years ago
|
Use RSTRING_PTR and RSTRING_LEN insead of *->len and *->ptr |
|
More...
|
almost 13 years ago
|
Add Levenshtein distance in C as part of String algorithms |
|
More...
|
about 15 years ago
|
Fix splaytree gc marking issue, and it can now handle over 260K entries. Now mark iteratively for splaytree and rbtree. |
|
More...
|
about 15 years ago
|
Tests for kd-tree, it still seems semi-broken |
|
More...
|
over 15 years ago
|
swapped use of RBASIC for rb_obj_is_kind_of |
|
More...
|
over 15 years ago
|
KDTree docs |
|
More...
|
almost 16 years ago
|
History |
|
More...
|
almost 16 years ago
|
Fixed Splay#get to not break tree |
|
More...
|
almost 16 years ago
|
Test for SplayTree#get when empty |
|
More...
|
almost 16 years ago
|
fixed CSplayTree.size |
|
More...
|
almost 16 years ago
|
greatly optimized splay tree, but not fully tested yet |
|
More...
|
almost 16 years ago
|
HASH | RBTREE | SPLAYTREE | -------------------------------------------------------------------------- Insertion 0.925 | 1.024 | 0.773 | has_key? (linear order) 0.187 | 0.279 | 0.362 | Lookup in sorted order 3.900 | 0.467 | 0.471 | Random lookups in a smaller subset 0.016 | 0.017 | 0.018 | |
|
More...
|
almost 16 years ago
|
Release 0.2.0 |
|
More...
|
almost 16 years ago
|
Don't text Bst until I finish it |
|
More...
|
almost 16 years ago
|
KDTree spec skeleton |
|
More...
|
almost 16 years ago
|
clean up benchmarks |
|
More...
|
almost 16 years ago
|
Revert Heap changes, turned out harder than expected |
|
More...
|
almost 16 years ago
|
Use Struct instead of Node |
|
More...
|
almost 16 years ago
|
Minor |
|
More...
|
almost 16 years ago
|
No more gitorious |
|
More...
|
almost 16 years ago
|
Use Struct instead of Node |
|
More...
|
almost 16 years ago
|
Optimized max and min lookup |
|
More...
|
almost 16 years ago
|
move to markdown for readme |
|
More...
|
almost 16 years ago
|
Seriously refactored CBst (still needs tons of work) |
|
More...
|
almost 16 years ago
|
fixed C bug |
|
More...
|
almost 16 years ago
|
Implemented SplayTree in C |
|
More...
|
almost 16 years ago
|
Don't use autoload since not thread safe (thanks Carl) |
|
More...
|
almost 16 years ago
|
Merge branch 'master' of [email protected]:kanwei/algorithms |
|
More...
|
almost 16 years ago
|
First phase of refactoring Heap to not use other data structures like arrays or hashes |
|
More...
|
almost 16 years ago
|