<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div style="margin:0px;font-size:12pt"><span style="margin:0px">Hello Everyone,</span></div>
<div style="margin:0px;font-size:12pt">
<div style="margin:0px"><br>
</div>
<div style="margin:0px"> I would really appreciate to know if there exists an implementation for a hierarchical name tree for NDN names. I am looking to implement a way to store and retrieve names (possibly a trie?).</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">Each node in the tree (ref:attached) is a name component.</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">e.g. : /org/resource/attribute/details</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">For the above name we will have node org with child resource with child attribute and so on.</div>
<div style="margin:0px"><br>
</div>
<div style="margin:0px">Few of the features that I want to implement are as follows:</div>
<div style="margin:0px">Traverse along the tree</div>
<div style="margin:0px">Given a node get all its children</div>
<div style="margin:0px">Searching<span class="Apple-converted-space"> </span></div>
<div style="margin:0px">Longest prefix match and so on.</div>
<div style="margin:0px"><br>
</div>
<span style="margin:0px"></span><br>
</div>
<div style="margin:0px;font-size:12pt">Best,</div>
<span style="margin:0px;font-size:12pt">Suravi Regmi</span><br>
</div>
</body>
</html>