Skip to content

A multipurpose library set for Rust

License

Notifications You must be signed in to change notification settings

tetengo/tetengo.rs

Repository files navigation

tetengo.

Library set for Rust

Features

Trie (tetengo_trie)

An associative data structure for common prefix search. Implemented with double array.

Lattice (tetengo_lattice)

Implements the Viterbi and the A* algorithms for efficient pathfinding.


Copyright (C) 2023-2024 kaoru https://www.tetengo.org/

This product is released under the MIT license. See the LICENSE file for details.