csharp-trie:C#中的trie(前缀树)数据结构实现

时间:2021-02-05 10:01:59
【文件属性】:
文件名称:csharp-trie:C#中的trie(前缀树)数据结构实现
文件大小:22KB
文件格式:ZIP
更新时间:2021-02-05 10:01:59
csharp trie data-structures prefix-tree DatastructuresC# 尖锐的三重奏 C#中的trie(前缀树)数据结构实现。 主要: 开发人员: 主要: 开发人员: nuget: Install-Package rm.Trie 尝试方法 // Adds a word to the Trie. void AddWord ( string word ); // Removes word from the Trie. int RemoveWord ( string word ); // Removes words by prefix from the Trie. void RemovePrefix ( string prefix ); // Gets all
【文件预览】:
csharp-trie-dev
----.gitignore(5KB)
----Trie.sln(2KB)
----nuget-delete.sh(363B)
----README.md(5KB)
----ci.sh(299B)
----.github()
--------workflows()
----tests()
--------rm.TrieTest()
----nuget-pack.sh(553B)
----LICENSE(1KB)
----.gitattributes(12B)
----nuget-push.sh(409B)
----src()
--------rm.Trie()
----.travis.yml(249B)
----.editorconfig(54B)

网友评论