Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 482 Bytes

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.