1
vote
What is the most common use of the “trie” data structure?
I've been using modified trie's in my Internet Filter product since 1995. Probably most internet filters on the market utilize something …
0
votes
How to represent a 2-D data matrix in a database
This is one of the reasons why postgresql supports arrays as a data type. See
http://www.post …
