This is related to http://stackoverflow.com/questions/711793/parse-url-strings-into-tree-hierarchy
But i'm implementing in javascript, therefore require some algorithm here instead of using SQL functions.
This is related to http://stackoverflow.com/questions/711793/parse-url-strings-into-tree-hierarchy
But i'm implementing in javascript, therefore require some algorithm here instead of using SQL functions.
Prefix tree/Trie or Suffix Tree
It is really difficult to suggest one over the other unless you specify the sort of operations you intend to perform over and above organising them.