Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.19 KB

A Trie System

Build Status

This repository contains

  • A unicode-safe implementation of the trie data structure

  • A concurrent API server (see docs/SERVER.md)

  • A CLI to access the API (see docs/CLI.md)

  • Unit tests that are automatically run by Travis CI (see docs/TESTING.md)

Repository structure