An open API service indexing awesome lists of open source software.

https://github.com/oniani/pt

A prefix tree for English alphabet
https://github.com/oniani/pt

english-alphabet prefix-tree rust

Last synced: 3 months ago
JSON representation

A prefix tree for English alphabet

Awesome Lists containing this project

README

        

# pt

A zero-dependency pure Rust prefix tree optimized for an English alphabet.

## Tests

```
cargo test --release
```

## References

- [Trie](https://en.wikipedia.org/wiki/Trie)

## License

[MIT License](LICENSE)