#
trie-tree
Here are 90 public repositories matching this topic...
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
python
tree
algorithm
linked-list
datastructures
cpp
graph
strings
matrix
mathematics
bit-manipulation
data-structures
arrays
heap
interview-questions
dynamic-programming
min-heap
max-heap
tries
trie-tree
-
Updated
Oct 5, 2020 - Python
-
Updated
Aug 8, 2021 - Java
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
autocomplete
tree
trie
auto-complete
radix-tree
trees
radix-trie
auto-completion
patricia-tree
prefix-search
trie-tree
auto-suggest
patricia-trie
-
Updated
Jun 28, 2021 - C#
使用python实现了一个简单的trie树结构,可增加/查找/删除关键词,用于中文文本的关键词匹配、停用词删除等。
-
Updated
Apr 29, 2020 - Python
The jieba-analysis tool for java.(基于结巴分词词库实现的更加灵活优雅易用,高性能的 java 分词实现。支持词性标注。)
java
nlp
segment
benchmark
hmm
trie
chinese
segmentation
jieba
dfa
trie-tree
jieba-chinese
jieba-analysis
-
Updated
Oct 13, 2020 - Java
a simple text editor in java for DS project
-
Updated
Jul 9, 2020 - Java
-
Updated
May 9, 2021 - JavaScript
A trie-tree string-matching in golang, fatster than trie 2 regex.
-
Updated
Oct 12, 2019 - Go
krasun
commented
Jan 22, 2021
In order to improve documentation:
- Add benchmarks and publish results
- Describe use cases
- Decide on goroutine-safety (thread-safety)
- Add CI
- Add labels
- Attach the code of conduct
- Add link to godoc
A fast and simple (200+ lines) radix tree implementation in Go/Golang.
-
Updated
Nov 22, 2020 - Go
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
c-plus-plus
data-structure
stack
queue
stl
disjoint-set
segment-tree
ordered-set
trie-tree
lazy-propagation
binary-indexed-tree
sqrt-decomposition
advance-data-structure
-
Updated
Mar 23, 2021 - C++
The tree data structure is a versatile object ; This offering offers the Trie tree - And Binary tree - Data tree. Information can be save at nodes of the tree Trees can be Printed to Tree-view Control / Function Insert / Find Prefix / Find Word a Start Character is used and Stop Character is used. the Trie tree Can store Characters as nodes; Used for Faster String matching! The binary is numerical addressing ; given a numerical value / find the node in the tree to store the value; Sentences can be added to the Search Tree; As well as finding prefixes and suffixes of sentences in the trie
tree
binary-data
genetic-algorithm
machine-learning-algorithms
trie
conversation
binary-search-tree
binary-tree
binary-trees
genetic-algorithms
string-search
string-algorithms
data-structures-algorithms
tries
visual-basic-net
trie-tree
data-structure-and-algorithm
spydazweb
spydaz
conversation-tree
-
Updated
May 2, 2021 - Visual Basic .NET
Projeto de LP II e EDB II com Árvore Trie de Prefixos
-
Updated
Dec 4, 2017 - Java
Implementation of Code Auto-Completion and Spell-Checking using Tries and Ternary Tries.
trie
ternary
trie-tree-autocomplete
tries
trie-tree
ternary-search-tree
trie-structure
ternary-search-trie
trie-data-structure
-
Updated
Sep 14, 2020 - Java
This Gradle based project written in Java demonstrate implementation of autocomplete suggestions feature (library) similar to as given by Google
-
Updated
Jan 28, 2020 - Java
3rd sem Data Structures project to implement a real world dictionary using Trie data structure.
-
Updated
Jan 22, 2021 - C
C++ homework code and final project
c-plus-plus
needleman-wunsch
edit-distance
levenshtein
sequence-alignment
graph-traversal
string-processing
trie-tree
wagner-fischer
-
Updated
Jan 4, 2018 - C++
Provide solutions of different wordgames
-
Updated
Oct 4, 2018 - Python
A mini search engine implemented in C++ using trie, maxheap, hashmap and various linked lists.
-
Updated
Sep 18, 2020 - C++
文字过滤,支持敏感词匹配,由DFA算法实现
-
Updated
Aug 11, 2021 - JavaScript
trie
tries
trie-tree
trie-structure
trie-datastructure
trie-datastructure-implementation
trie-data-structure
trie-interview-questions
-
Updated
Jan 26, 2021
Improve this page
Add a description, image, and links to the trie-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trie-tree topic, visit your repo's landing page and select "manage topics."
Description
Add benchmark tests for dynamic routes.
Currently support only static routes.
Or examine another idea for benchmark.
cf. julienschmidt/go-http-routing-benchmark