Skip to content

Instantly share code, notes, and snippets.

@pebrc
Created September 22, 2013 10:26
Show Gist options
  • Save pebrc/6658704 to your computer and use it in GitHub Desktop.
Save pebrc/6658704 to your computer and use it in GitHub Desktop.
function PrefixTree_6(prefixLength){
var stackIndex;
$stack_0[stackIndex = ++$stackDepth_0] = PrefixTree_6;
this.prefixLength = ($location_0[stackIndex] = 'PrefixTree.java:' + '277' , prefixLength);
$location_0[stackIndex] = 'PrefixTree.java:' + '348' , this.size = 0;
$location_0[stackIndex] = 'PrefixTree.java:' + '349' , this.subtrees_0 = {};
$location_0[stackIndex] = 'PrefixTree.java:' + '350' , this.suffixes = {};
$stackDepth_0 = stackIndex - 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment