Giter Site home page Giter Site logo

sunlinkun / java-radix-tree Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thegedge/java-radix-tree

0.0 1.0 0.0 2.59 MB

A Java implementation of the radix tree data structure that adheres to the `java.util.Map` interface.

License: MIT License

Java 100.00%

java-radix-tree's Introduction

โš ๏ธ This repository is no longer actively maintained.

It should be working, for the most part, but is likely not free of bugs.


Radix Tree

An implementation of the Radix Tree data structure in Java. A radix tree maps strings to values, allowing efficient string lookup and prefix queries. This implementation mostly implements the java.util.Map interface, minus the following:

  • keySet, values, and entrySet methods currently return new sets rather than views.

License

This project is licensed under the MIT license.

Background

I implemented this structure while working on the Phon project in early 2012. The work is inspired by Tahseen's implementation.

java-radix-tree's People

Contributors

alainlompo avatar thegedge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.