Skip to content

Implementation of a modified Trie datastructure where duplicate letters posses a "count" that increments when a character matches the current node.

License

Notifications You must be signed in to change notification settings

Qile0317/FreqTrie.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FreqTrie.jl - work in progress

Implementation of a modified Trie datastructure where duplicate letters posses a "count" that increments when a character matches the current node. This is a slow n' preliminary proof of concept that will be optimized to potentially be used in the IgDiscover pipeline, (https://www.nature.com/articles/ncomms13642) courtesey of Ben Murrell @ Karolinska institutet

About

Implementation of a modified Trie datastructure where duplicate letters posses a "count" that increments when a character matches the current node.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages