Search code examples
What is the most efficient data structure to build a large word-to-index-to-word dictionary?...

pythondictionarydata-structurestrienlp

Read More
Why does some words give segmentation fault? While others seem to work fine...

c++dictionarytrie

Read More
Iterating through LinkedList but getting error "for-each not applicable to expression type&quot...

javaforeachlinked-listtrie

Read More
How to search tries from the middle...

algorithmsearchdata-structurestrie

Read More
Fast way to create a unique string ID/key from a known set of potential IDs in JavaScript...

javascriptalgorithmdata-structurestrieid-generation

Read More
How to return the root of a trie that is added to recursively?...

javarecursiontrie

Read More
Why does this iterative trie-traversal not produce the correct word upon a query?...

javastringalgorithmdata-structurestrie

Read More
Given a list of words and a sentence find all words that appear in the sentence either in whole or a...

pythonalgorithmsearchtrie

Read More
Malloc after moving the pointer doesn't work in C?...

cpointersdata-structuresmalloctrie

Read More
How do I reset the pointer to the head node when adding to nodes?...

ctrie

Read More
Modifying a C struct's children with a function (for the application of a trie)...

cfunctionpointersstructtrie

Read More
How to find the longest word in a trie?...

javaalgorithmtreetrie

Read More
Breaking a string into individual words in Python...

pythonstringtrie

Read More
Minimization of the regex...

pythonregexstringtrie

Read More
How can a compact trie be beneficial?...

memory-managementdata-structurestrie

Read More
Memory allocation for classes in java...

javaclassmemory-managementtrie

Read More
Finding Patterns Occurrences In A Large Text File (Currently With Aho-Corasick)...

javasearchpattern-matchingtrieaho-corasick

Read More
Serialize and Deserialize Trie-like Data Structure...

javarecursionserializationdeserializationtrie

Read More
How to calculate the number of nodes in a trie, given a set of words...

stringmathdata-structurestrie

Read More
CS50 Pset5 check() counting too many words as misspelled...

ctriecs50

Read More
How Immutability is Implemented...

javascriptgraphimmutabilityimmutable.jstrie

Read More
Passing Trie tree node as parameter - not working...

pythonpython-3.xtreetrie

Read More
Prefix-tree for pairs of elements...

pythonpython-3.xalgorithmtrie

Read More
Implementation of trie with map without creating new nodes...

c++dictionarytrie

Read More
C trie memory leak in add function...

cmemory-leaksmallocvalgrindtrie

Read More
Unable to port C++ code that inserts into a trie to Rust due to multiple mutable borrows...

rusttrie

Read More
What indicates if a string exists or not in a trie...

data-structurestrie

Read More
Issue searching through a Trie...

pythontrie

Read More
Return strings that matches the prefix in a Trie...

pythontrie

Read More
Trie data structure using class C++...

c++searchdata-structurestrie

Read More
BackNext