Commit graph

18 commits

Author SHA1 Message Date
4fcfea409a fix bug in radix trie 2025-05-19 17:02:20 +02:00
dfe03eab6e rewrite, simply and "power-up" unification 2025-05-19 13:18:58 +02:00
dadee965e5 trie: add get function 2025-05-11 09:30:48 +02:00
29c7b6af61 fix bug in trie 2025-05-10 23:04:13 +02:00
3b8548e9af fix bug in trie 2025-05-10 20:53:36 +02:00
fe6e86e1a4 fix bug in trie 2025-05-10 20:28:40 +02:00
075cc1244f fix Trie.suggest (for real this time?) 2025-05-10 19:51:00 +02:00
660512cc19 fix bug in Trie.suggest? 2025-05-10 19:37:38 +02:00
a166ebb0d7 change behavior of trie-suggest 2025-05-10 15:49:59 +02:00
1fa47d4abd rename function 2025-05-10 14:45:50 +02:00
d363d73dbd fix imports 2025-05-10 12:36:06 +02:00
a839d69c0e add radix tree benchmark 2025-05-10 10:45:27 +02:00
c27c7d3648 add purely functional Trie 2025-05-10 02:03:41 +02:00
9e1f679dba pretty print enhancements + comparison of generic functions 2025-05-08 22:59:01 +02:00
d9111c3969 delete more unused code 2025-05-08 17:32:34 +02:00
07d313f938 delete no longer used class 'DefaultMap' 2025-05-08 17:31:35 +02:00
a664ddac8a simplify: no distinction between generic types and 'normal' types. 2025-05-08 16:58:07 +02:00
48390b8556 reorganize directory and file structure 2025-05-07 13:44:49 +02:00