Skip to content

Releases: mramshaw/radix-trie

Add further tests for unanticipated edge cases

14 May 19:47
Compare
Choose a tag to compare

I found some further examples of tries - which broke my code.

This release includes a fixs for the new edge case.

Refactored tests

13 May 19:07
Compare
Choose a tag to compare

Cleaned up and refactored tests to make them more extensive & extensible in preparation for further work.

Working but not ready for prime time

15 Apr 19:35
Compare
Choose a tag to compare

I missed the session where this project was selected,
so I'm not completely clear on what Patricia tries are
actually good for.

Even so, it was an excellent learning exercise.

I've since done some research, which meant extra
edge cases which I have yet to write code to handle.