directed acyclic word graph

短语

词形变化

directed acyclic word graphs 复数 directed acyclic word graphs

别名

DAWG

释义与例句

n.
  1. 1.

    A data structure that represents a set of strings and allows for a query operation that tests whether a given string belongs to the set in time proportional to its length (thus more efficient in some situations than a trie).

    计算机 工程 数学