aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-02-04 19:01:26 +0100
committerAdrian Kummerländer2014-02-04 19:01:26 +0100
commite0028fb5303218feebe61b2cd93d4601c40fde79 (patch)
tree3365deb9d4ed8216fc263afbb9de8b09add85f74 /src
parentdf2b780c0faef427e78b39f4ac2c5c275d70e812 (diff)
downloadTrie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar.gz
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar.bz2
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar.lz
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar.xz
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.tar.zst
Trie-e0028fb5303218feebe61b2cd93d4601c40fde79.zip
Switched path from std::forward_list to std::vector
* as the original reason for using std::forward_list is not valid anymore there is no reason for not using std::vector instead ** original reason was the thought of removing the front element during recursive traversal which was better resolved through iterators
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions