Research Article
Solving the Fragment Complexity of Official, Social, and Sensorial Urban Data
| | Input: Attribute Y, List fileInde, ATree AT; | | (1) | codeY = encode (Y) | | (2) | node = AT.root() | | (3) | for icodeY do | | (4) | if next.nextNode (codeY(i)) = = null then | | (5) | node.addChild (codeY(i)) | | (6) | end if | | (7) | node = node, Node (codeY (i)) | | (8) | end for | | (9) | node.addFile (fileIndex) |
|