PTree.Build (Prefix Tree v0.1.0)

Copy Markdown

Summary

Types

ptree()

@type ptree() :: map()

words()

@type words() :: [String.t()]

Functions

build_ptree(words, ptree \\ %{})

@spec build_ptree(words_list :: words(), ptree :: ptree()) :: ptree()