Difference between revisions of "TADM2E 3.24"
From Algorithm Wiki
(Blanked the page) |
(Fixed links.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | * It might be the BloomFilter[https://en.wikipedia.org/wiki/Bloom_filter] | ||
+ | I was thinking a Trie[https://en.wikipedia.org/wiki/Trie] would be ideal, each node would contain a block of the URL. |
Latest revision as of 20:12, 4 August 2020
- It might be the BloomFilter[1]
I was thinking a Trie[2] would be ideal, each node would contain a block of the URL.