Search code examples
What data structure to use? (hash map vs. trie vs. ?)...

cdata-structureshashmaptrie

Read More
Working with Java Trie, fails to identify word endings. Fails somewhere in recursion...

javarecursionhashmaptrie

Read More
How to get all possible words?...

javasearchtrie

Read More
Spaceleak in Haskell trie...

haskellprofilingtrie

Read More
Trie Implementation in C++...

c++data-structuressegmentation-faulttrie

Read More
Generic Trie Haskell implementation...

haskellpackagetrie

Read More
Java best way to perform String startsWith...

javastringtreetrie

Read More
Can you use an iterator on an array?...

javaiteratortrie

Read More
C++ dictionary trie implementation...

c++dictionarytrie

Read More
Sort an array of tuples by all elements...

algorithmsortingdata-structuresbinary-search-treetrie

Read More
How do I remove an element from a Vector?...

scalacollectionsvectorimmutabilitytrie

Read More
Trie iterator, suffix ordering...

algorithmsearchtrie

Read More
String match in sliding window...

stringalgorithmpattern-matchingtrie

Read More
concatenate string record of trie path...

c++trie

Read More
Fast method to search for a string in a big text file with python...

pythonregextrie

Read More
(SML) Insert in a trie from reference form to normal?...

referencesmltrie

Read More
How to get parent in a k-ary level order succint trie?...

data-structurescomputer-sciencetriebitvector

Read More
Implementing Foldable for a Trie...

haskelltrie

Read More
Space differences in implementations of a trie...

javastringalgorithmdata-structurestrie

Read More
Parallel algorithm for constructing a trie?...

stringalgorithmdata-structuresparallel-processingtrie

Read More
Sorting integers with a binary trie?...

algorithmsortingdata-structuresbinarytrie

Read More
How can we optimise the creation of a trie if we know the input is in alphabetical order?...

algorithmdata-structurestreetrieprefix-tree

Read More
What is a good algorithm to traverse a Trie to check for spelling suggestions?...

algorithmspell-checkingdynamic-programmingtrie

Read More
new not called, yet memory allocated...

c++trie

Read More
Expected performance of tries vs bucket arrays with constant load-factor...

arraysperformancecomplexity-theorytrie

Read More
optimizing functions (memory) in lisp - trie data structure...

lisptrie

Read More
Memory-efficient dummy values in Haskell...

haskelldictionarysettriesingleton-type

Read More
What is the correct name for this kind of data structure?...

data-structurestrie

Read More
Best way to search for many guids at once in a string?...

c#searchguidtrie

Read More
Data structure for content based search...

searchdata-structurestrievirtualfilesystem

Read More
BackNext